Skip to content
Snippets Groups Projects
Commit 4efb59a1 authored by Jean-Philippe Laverdure's avatar Jean-Philippe Laverdure
Browse files

small update to README

parent dc24a798
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,13 @@ cp .env.example .env
```bash
# with active virtenv
# run migrations
python manage.py migrate [portal]
# Initial deploy:
python manage.py migrate
python manage.py populate_iric
# run migrations if not initial deploy, safe to run if no migrations exist
python manage.py migrate portal
# Run without SSL
python manage.py runserver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment