This is the source code repository for the Django Girls Tutorial. Django Girls Tutorial is used on tutorial.djangogirls.org so if you want to read it, please go there. If you want to contribute please ...
drfdemo/ ├── manage.py # Django's command-line utility ├── db.sqlite3 # SQLite database file ├── README.md # This documentation file ├── drfdemo/ # Main project directory │ ├── __init__.py # Makes ...