rename bindercommon to bcommon
This commit is contained in:
parent
823a175ea8
commit
fbd8552853
|
@ -1,4 +1,4 @@
|
|||
from bindercommon.models import BindServer, Key, Zone
|
||||
from bcommon.models import BindServer, Key, Zone
|
||||
from django.contrib import admin
|
||||
|
||||
admin.site.register(BindServer)
|
|
@ -95,5 +95,5 @@ INSTALLED_APPS = (
|
|||
'django.contrib.admin',
|
||||
# Uncomment the next line to enable admin documentation:
|
||||
# 'django.contrib.admindocs',
|
||||
'bindercommon',
|
||||
'bcommon',
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue