mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Major rename of package from lib to ansibleworks.
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
service: name=postgresql state=restarted
|
||||
|
||||
- name: configure python settings (with database password)
|
||||
template: src=templates/local_settings.py.j2 dest=${working_dir}/lib/settings/local_settings.py
|
||||
template: src=templates/local_settings.py.j2 dest=${working_dir}/ansibleworks/settings/local_settings.py
|
||||
|
||||
- name: sync django database
|
||||
command: python ${working_dir}/manage.py syncdb --noinput
|
||||
|
||||
@@ -94,4 +94,4 @@ DEFAULT_FROM_EMAIL = 'webmaster@localhost'
|
||||
|
||||
# Subject-line prefix for email messages send with django.core.mail.mail_admins
|
||||
# or ...mail_managers. Make sure to include the trailing space.
|
||||
EMAIL_SUBJECT_PREFIX = '[ACOM] '
|
||||
EMAIL_SUBJECT_PREFIX = '[AnsibleWorks] '
|
||||
|
||||
Reference in New Issue
Block a user