Skip to content

Commit

Permalink
Add instruction to create superuser to README
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianDAlessandro committed Nov 13, 2024
1 parent ee058cd commit 4e93afa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ To get started:
pytest
```

7. Create an admin account to access admin backend:

```bash
python manage.py createsuperuser
```

### Installation with Docker

The app can be run within a Docker container and a `docker-compose.yml` file is provided to make this easy for development.
Expand Down

0 comments on commit 4e93afa

Please sign in to comment.