Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
powderflask committed Sep 16, 2023
1 parent edecbb5 commit c927130
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ To opt-in:
### Check Out the Demo App

1. `pip install -e git+https://github.com/powderflask/django-signoffs.git#egg=django-signoffs`
2. `python manage.py migrate demo`
3. `python manage.py loaddata demo/signoff_fixture.json`
4. `python manage.py runserver`
1. `python django-signoffs/manage.py install_demo`
1. `python django-signoffs/manage.py runserver`


### Acknowledgments
Special thanks to BC Hydro, [Chartwell](https://crgl.ca/),
Expand Down
5 changes: 2 additions & 3 deletions demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
## Install & Load Data

1. `pip install -e git+https://github.com/powderflask/django-signoffs.git#egg=django-signoffs`
1. `cd django-signoffs`
1. `python manage.py install_demo`
1. `python django-signoffs/manage.py install_demo`

## Running the Demo

1. `python manage.py runserver`
1. `python django-signoffs/manage.py runserver`
2. launch app and `Create Account` or `Login` with demo author or editor account:
* `author1` - `author4`
* `editor1` - `editor4` \
Expand Down

0 comments on commit c927130

Please sign in to comment.