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

@@ -54,7 +54,7 @@
template: src=templates/settings.py.j2 dest=${working_dir}/acom/settings.py
#- name: sync Django database
# shell: python ${working_dir}/acom/manage.py syncdb
# shell: python ${working_dir}/manage.py syncdb
- name: sync django database
django_manage: >

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: