Skip to content

Commit

Permalink
Added --no-input to createsuperuser command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroscelza committed Dec 22, 2023
1 parent 111565c commit 5072544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Create `.env` file at project root. File .env-example is provided as a guide of this file's content.
- Generate migration files: `python manage.py makemigrations`
- Run migrations: `python manage.py migrate`
- Create superuser: `python manage.py createsuperuser`
- Create superuser: `python manage.py createsuperuser --no-input`
- Run using `python manage.py runserver`
- To see the documentation diagrams you require [Graphviz](https://graphviz.org/).
- To generate dependencies graph
Expand Down

0 comments on commit 5072544

Please sign in to comment.