mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Initial work on implementing django-taggit for #132
This commit is contained in:
@ -133,6 +133,7 @@ INSTALLED_APPS = (
|
||||
'django_tables2',
|
||||
'mptt',
|
||||
'rest_framework',
|
||||
'taggit',
|
||||
'timezone_field',
|
||||
'circuits',
|
||||
'dcim',
|
||||
|
Reference in New Issue
Block a user