jjmontesl / cubesviewer

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

Cubesviewer studio admin password #96

Closed TenYearsGone closed 6 years ago

TenYearsGone commented 6 years ago

Sorry if this is a dumb question but... Followed the instructions here https://github.com/jjmontesl/cubesviewer/blob/master/doc/guide/cubesviewer-server-installation.md but at step 5 the "syncdb" argument has been replaced with 'migrate' and I did not get prompted for a user/password. It seems to run fine but I am greeted with a CubesViewer Studio Server Login page. According to the doc if I am using sqllite I dont need a username and password - I haven't set this anywhere and I am not sure where to set it. Can someone help?

jjmontesl commented 6 years ago

You can create an administrator user using Django createsuperuser management command.

Check the docs: https://docs.djangoproject.com/en/2.0/ref/django-admin/#createsuperuser