mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Don't use devserver
This commit is contained in:
5
SETUP.md
5
SETUP.md
@@ -18,9 +18,8 @@ You will also need the EPEL yum repository installed if using CentOS6.
|
|||||||
|
|
||||||
First edit app_setup/vars/vars.yml to select a database password.
|
First edit app_setup/vars/vars.yml to select a database password.
|
||||||
|
|
||||||
If you feel like you need to change it, the Django config file is also
|
Edit your local settings in app-setup/templates/local_settings.py.j2
|
||||||
templated. See app_setup/templates/setting.py.j2. Most people will
|
as desired.
|
||||||
not need to change this.
|
|
||||||
|
|
||||||
run "make setup" to run the ansible setup playbook. It should run
|
run "make setup" to run the ansible setup playbook. It should run
|
||||||
without erros.
|
without erros.
|
||||||
|
|||||||
@@ -103,7 +103,8 @@ INSTALLED_APPS = (
|
|||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'lib.main',
|
'lib.main',
|
||||||
'south',
|
'south',
|
||||||
'devserver',
|
# not yet compatible with Django 1.5 unless using version from github
|
||||||
|
# 'devserver',
|
||||||
'tastypie',
|
'tastypie',
|
||||||
'django_extensions',
|
'django_extensions',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user