Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 11: syncdb requires after creating superuser #222

Closed
krother opened this issue Dec 23, 2014 · 1 comment
Closed

Chapter 11: syncdb requires after creating superuser #222

krother opened this issue Dec 23, 2014 · 1 comment

Comments

@krother
Copy link

krother commented Dec 23, 2014

In Chapter 11, I got a traceback after logging in with the newly created superuser. The reason was that the internal data was missing. The problem was resolved by:

python manage.py syncdb

This should be included in the tutorial.

@oinopion
Copy link
Contributor

syncdb is deprecated. We're using migrate instead. This is done as part of step 8:
http://tutorial.djangogirls.org/django_start_project/README.html#setup-a-database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants