rename bindercommon to bcommon

This commit is contained in:
Jeffrey Forman 2011-04-11 15:37:50 -04:00
parent 823a175ea8
commit fbd8552853
6 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -95,5 +95,5 @@ INSTALLED_APPS = (
'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
'bindercommon',
'bcommon',
)