Skip to content

Commit

Permalink
fix missing runserver command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Jul 9, 2024
1 parent 3c38d26 commit 26c5537
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 @@ -50,7 +50,7 @@ To start it:
pipenv shell
./src/manage.py check --deploy
./src/manage.py migrate
./src/manage.py
./src/manage.py runserver
```

## Configuration
Expand Down

0 comments on commit 26c5537

Please sign in to comment.