Browse Source

Removed django_extensions

Jeremy Stretch 8 years ago
parent
commit
c85e00e7f5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      netbox/netbox/settings.py

+ 0 - 1
netbox/netbox/settings.py

@@ -59,7 +59,6 @@ INSTALLED_APPS = (
     'django.contrib.staticfiles',
     'django.contrib.humanize',
     'debug_toolbar',
-    'django_extensions',
     'django_tables2',
     'rest_framework',
     'rest_framework_swagger',