From c92713029e7a16e20e347ccac4308f2f0cafa8c5 Mon Sep 17 00:00:00 2001 From: powderflask Date: Sat, 16 Sep 2023 16:07:16 -0700 Subject: [PATCH] update README --- README.md | 6 +++--- demo/README.md | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 96b147c..b09f533 100644 --- a/README.md +++ b/README.md @@ -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/), diff --git a/demo/README.md b/demo/README.md index 30041c8..7f6e1e8 100644 --- a/demo/README.md +++ b/demo/README.md @@ -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` \