Skip to content

Commit

Permalink
Merge branch 'master' into update-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiaro committed Dec 6, 2018
2 parents bdc7963 + 9d6db87 commit aa5547c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Steps to installation:
* Create a virtual environment (note this application uses python3)
* Activate the virtual environment
* Install dependencies
* Set up the database (sqlite3)
* Set up the database (sqlite3) (you need to pass the django settings for the module (ie. ocds, 360, iati) you want to run)
* Compile the translations
* Run the development server

Expand All @@ -89,7 +89,7 @@ Steps to installation:
virtualenv .ve --python=/usr/bin/python3
source .ve/bin/activate
pip install -r requirements_dev.txt
python manage.py migrate
DJANGO_SETTINGS_MODULE={cove_MODULENAME}.settings python manage.py migrate
python manage.py compilemessages
Then, for 360Giving run:
Expand Down

0 comments on commit aa5547c

Please sign in to comment.