Skip to content
Snippets Groups Projects
Unverified Commit 03f8554f authored by manish-podugu's avatar manish-podugu Committed by GitHub
Browse files

Update configdb.py (#288)

comment for name extraction
parent f043e40f
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ UserModel = get_user_model() ...@@ -8,6 +8,7 @@ UserModel = get_user_model()
name="admin" name="admin"
password="admin" password="admin"
# trying to get username
try: try:
UserModel.objects.get(username=name) UserModel.objects.get(username=name)
except: except:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment