minor fix on demo project
This commit is contained in:
parent
0693a16015
commit
06db3297b5
3 changed files with 2 additions and 1 deletions
1
example/.gitignore
vendored
Normal file
1
example/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.sqlite3
|
|
@ -20,7 +20,7 @@ def prepare_superuser(sender, **kwargs):
|
|||
if created:
|
||||
root.set_password('root')
|
||||
root.save()
|
||||
print('Superuser created - Credantials: root:root')
|
||||
print('Superuser created - Credentials: root:root')
|
||||
|
||||
|
||||
def setup_dummy_social(sender, **kwargs):
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue