Skip to content

Commit 03f8554

Browse files
Update configdb.py (#288)
comment for name extraction
1 parent f043e40 commit 03f8554

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/configdb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
name="admin"
99
password="admin"
1010

11+
# trying to get username
1112
try:
1213
UserModel.objects.get(username=name)
1314
except:

0 commit comments

Comments
 (0)