1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Removed django_extensions

This commit is contained in:
Jeremy Stretch
2016-06-15 15:02:08 -04:00
parent 0330a356e4
commit c85e00e7f5

View File

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