Install django-extensions for lots more manage.py commands

This commit is contained in:
Danielle McLean 2018-04-26 13:35:31 +10:00
parent b649a79afc
commit 8cbe51277e
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240
3 changed files with 11 additions and 1 deletions

View file

@ -82,6 +82,7 @@ INSTALLED_APPS = [
'debug_toolbar',
'django_activeurl',
'django_agent_trust',
'django_extensions',
'django_otp',
'django_otp.plugins.otp_totp',
'django_rq',