jjmontesl / cubesviewer

Explore and visualize analytical datasets
http://www.cubesviewer.com
Other
441 stars 112 forks source link

No user created on migration #87

Closed nicholasdtc closed 8 years ago

nicholasdtc commented 8 years ago

Hello, I configured everything and the server is running (both the cubes flask and the viewer django) but on migration no prompt appeared to create a user as stated on the guide. I tried to run syncdb but it is no longer supported, maybe this prompt is missing from the new migrate command? I also tried running manage.py migrate --run-syncdb but no prompt appeared.

The auth_user table is empty so there is no way to log in to the cubesviewer server.

Is there some other way to create the admin user and password manually? Thanks.

nicholasdtc commented 8 years ago

The issue was a lack of basic understanding of django. I ran the following command to create a superuser: python manage.py createsuperuser --username=admin