mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Rename acom to lib to avoid confusion with repo name.
This commit is contained in:
@@ -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: >
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user