Skip to content

Commit

Permalink
[appconfig] Inherited AppConfig of django-ipam
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 2, 2018
1 parent fe2a579 commit 517b49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openwisp_ipam/apps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.apps import AppConfig
from django_ipam.apps import DjangoIpamConfig


class OpenWispIpamConfig(AppConfig):
class OpenWispIpamConfig(DjangoIpamConfig):
name = 'openwisp_ipam'
verbose_name = 'IPAM'

0 comments on commit 517b49f

Please sign in to comment.