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

Added total IPv4/IPv6 counts to ipam.AggregateListView

This commit is contained in:
Jeremy Stretch
2016-05-26 15:35:48 -04:00
parent 81963f69d1
commit e80dde3834
4 changed files with 27 additions and 2 deletions

View File

@ -57,6 +57,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
'debug_toolbar',
'django_extensions',
'django_tables2',