1 Answer. First of all: Inside your INSTALLED_APPS tuple, in settings.py you have to enable : ‘django. contrib. … Second: you have to run python manage.py syncdb after you enable the Django admin app.
1 Answer. First of all: Inside your INSTALLED_APPS tuple, in settings.py you have to enable : ‘django. contrib. … Second: you have to run python manage.py syncdb after you enable the Django admin app.