Tone down enthusiasm

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-01-15 20:23:45 -05:00
parent 6dbfe55a04
commit 3b511798db

View File

@@ -6,7 +6,7 @@ Details coming soon...
# Running # Running
1. Install pipenv with `pip3 install --user pipenv` (make sure `$HOME/.local/bin` is in your `PATH`!) 1. Install pipenv with `pip3 install --user pipenv` (make sure `$HOME/.local/bin` is in your `PATH`)
2. Run `pipenv run ./local-manage.sh migrate` to create a local database 2. Run `pipenv run ./local-manage.sh migrate` to create a local database
3. Run `pipenv run ./local-manage.sh createsuperuser` to create a superuser. 3. Run `pipenv run ./local-manage.sh createsuperuser` to create a superuser.
4. Run `pipenv run ./local-manage.sh runserver` to run a local server. 4. Run `pipenv run ./local-manage.sh runserver` to run a local server.