mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
add django_extensions
brings shell_plus, graph_models and more awesomeness!
This commit is contained in:
parent
cc79b1136b
commit
04e291730f
@ -102,6 +102,7 @@ INSTALLED_APPS = (
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django.contrib.humanize',
|
||||
'django_extensions',
|
||||
'debug_toolbar',
|
||||
'django_tables2',
|
||||
'rest_framework',
|
||||
|
@ -1,6 +1,7 @@
|
||||
cryptography==1.4
|
||||
Django==1.10
|
||||
django-debug-toolbar==1.4
|
||||
django-extensions~=1.7.4
|
||||
django-filter==0.13.0
|
||||
django-rest-swagger==0.3.10
|
||||
django-tables2==1.2.1
|
||||
|
Loading…
Reference in New Issue
Block a user