Skip to content

Commit

Permalink
updates to readme and localsettings.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sktank committed Jun 4, 2012
1 parent 6d0d85d commit 109dcfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -80,7 +80,7 @@ Once all the requirements are in order, please do the following:
git submodule update --init --recursive
source ~/.virtualenvs/commcare-hq/bin/activate # enter your virtualenv if you have one
pip install -r requirements.txt
cp localsettings.py.example localsettings.py
cp localsettings.example.py localsettings.py


#### Edit localsettings.py
Expand Down Expand Up @@ -114,7 +114,7 @@ Please make sure you're still in the root directory of commcare-hq and that you

#### Couch-lucene

Enable Lucene settings in settings.py (to view case list in the Report section)
Enable Lucene settings in localsettings.py (to view case list in the Report section)

#### Celery (asynchronous task scheduler)

Expand Down
2 changes: 1 addition & 1 deletion localsettings.example.py
Expand Up @@ -121,4 +121,4 @@ def get_url_base():
PREVIEWER_RE = r'^.*@dimagi\.com$'
GMAPS_API_KEY = '******'
FORMTRANSLATE_TIMEOUT = 5
LOCAL_APPS = ('django_cpserver','dimagi.utils')
#LOCAL_APPS = ('django_cpserver','dimagi.utils')

0 comments on commit 109dcfd

Please sign in to comment.