mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-16 16:41:08 +00:00
fixes in demo create user data
This commit is contained in:
parent
847e2bfd31
commit
233909f917
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class Command(BaseCommand):
|
|||
Creates test data to fill the dashboard with.
|
||||
"""
|
||||
try:
|
||||
user = creaget_or_create_admin_userte_admin_user()
|
||||
user = get_or_create_admin_user()
|
||||
create_form_with_entries(user, create_entries_if_form_exist=False)
|
||||
except Exception as e:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in a new issue