We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f043e40 commit 03f8554Copy full SHA for 03f8554
demo/configdb.py
@@ -8,6 +8,7 @@
8
name="admin"
9
password="admin"
10
11
+# trying to get username
12
try:
13
UserModel.objects.get(username=name)
14
except:
0 commit comments