Rename acom to lib to avoid confusion with repo name.

This commit is contained in:
Michael DeHaan
2013-03-13 15:32:22 -04:00
parent 2ce1af0325
commit 14b0a1ed27
11 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'main',
'lib.main',
'south',
# Uncomment the next line to enable the admin: