Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
simod committed Dec 14, 2011
1 parent e17e5d0 commit ace1379
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Expand Up @@ -2,3 +2,13 @@
documents/.DS_Store

documents/.coverage

geonode_documents.egg-info/PKG-INFO

geonode_documents.egg-info/SOURCES.txt

geonode_documents.egg-info/not-zip-safe

geonode_documents.egg-info/dependency_links.txt

geonode_documents.egg-info/top_level.txt
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -10,14 +10,14 @@ Installation

source bin/activate

pip install -e git+git://github.com/simod/documents.git#egg=documents
pip install -e git+git://github.com/simod/geonode-documents.git#egg=documents

#. Edit your settings.py file and add ``documents`` to the list of installed apps

#. Edit your settings.py file and modify the TEMPLATE_DIRS entry as follows:

TEMPLATE_DIRS = (
os.path.join(PROJECT_ROOT,'..','..','geonode-documents','documents',"templates"),
os.path.join(PROJECT_ROOT,'..','..','documents','documents',"templates"),

os.path.join(PROJECT_ROOT,"templates"),
)
Expand Down

0 comments on commit ace1379

Please sign in to comment.