Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Jul 25, 2023
1 parent da5454e commit 30a70db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ need to edit some settings.
# install requirements
$ pip install -r requirements-dev.txt

# install git hooks
$ pre-commit install
$ pre-commit run -a

# create env file and edit the settings as needed (or export settings directly)
$ cp .env_template .env

Expand Down Expand Up @@ -46,6 +50,10 @@ Some useful command are available via the `tasks.py` file:

$ python manage.py createsuperuser

- To promote a user to superuser, use this command:

$ python manage.py promote_user_to_superuser <email>

For convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.

### Test coverage
Expand Down

0 comments on commit 30a70db

Please sign in to comment.