fixes in demo create user data

This commit is contained in:
Artur Barseghyan 2014-10-11 14:08:09 +02:00
parent 847e2bfd31
commit 233909f917

View file

@ -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