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

@@ -4,6 +4,6 @@ import os
import sys
if __name__ == '__main__':
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'acom.settings')
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'lib.settings')
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)