문제

When I am trying to configure django-cms, when ran syncdb it is not prompted for super user account, how I can login as admin now?

I am following this tutorial

http://django-cms.readthedocs.org/en/latest/getting_started/tutorial.html

올바른 솔루션이 없습니다

다른 팁

You probably had an error during syncdb. Run:

python manage.py createsuperuser
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top