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