Add initial configuration and structure for the Twitch app, including models, views, and admin registration
This commit is contained in:
parent
31addca6de
commit
0c7c1c3f30
12 changed files with 76 additions and 83 deletions
12
README.md
12
README.md
|
|
@ -1,2 +1,14 @@
|
|||
# ttvdrops
|
||||
|
||||
Get notified when a new drop is available on Twitch
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
uv run python manage.py createsuperuser
|
||||
uv run python manage.py makemigrations
|
||||
uv run python manage.py migrate
|
||||
uv run python manage.py collectstatic
|
||||
uv run python manage.py runserver
|
||||
uv run pytest
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue