From 89ceadc251a23585611f6350f5396875ff89c93b Mon Sep 17 00:00:00 2001 From: Ed Menendez Date: Fri, 29 Mar 2013 10:00:44 -0700 Subject: [PATCH] More detailed settings.py instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 733b01d..cf14cc7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It's assumed you have Python and Postgres already installed. * Clone [django-angular-auth] locally. * Create a VirtualEnv and install the requirements via ```pip install -r requirements.txt``` -* Create a database in Postgres. Whatever database name and password used needs to be added to settings.py ~ line 12. +* Create a database in Postgres. Whatever database settings used needs to be added to apps/ch/settings.py ~ line 12. You could also make a settings_local file using your machine name and put that in settings_local/MACHINE_NAME.py * Run ```python manage.py syncdb --migrate``` * Go into static directory and run ```python -m SimpleHTTPServer```. You should create a serve.bat file for this. This is the Angular app. * Start Django. ```python runserver 0.0.0.0:8001``` I created a batch file for this called r.bat. This is your API and admin.