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

Re-implemented Swagger now that URL resolution has been fixed

This commit is contained in:
Jeremy Stretch
2017-02-01 12:37:19 -05:00
parent 0dd857f7a2
commit f52c247bd5
3 changed files with 3 additions and 1 deletions

View File

@ -105,6 +105,7 @@ INSTALLED_APPS = (
'debug_toolbar',
'django_tables2',
'rest_framework',
'rest_framework_swagger',
'circuits',
'dcim',
'ipam',