[READ-ONLY] Mirror of https://github.com/shuuji3/django-tutorial-4-2. Just a playground for Django v4.2 tutorial app.
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: add SQLite database file

-1
-1
.gitignore
··· 4 4 *.pyc 5 5 __pycache__/ 6 6 local_settings.py 7 - db.sqlite3 8 7 db.sqlite3-journal 9 8 media 10 9
db.sqlite3

This is a binary file and will not be displayed.