Jan Dittberner
77464ecee4
- generated app by running python3 manage.py startapp cats - add cats to INSTALLED_APPS in django_cats/settings.py - generated model by running python3 manage.py inspectdb > cats/models.py - generated migration by running python3 manage.py makemigrations -n "models_created_by_inspectdb" cats |
||
---|---|---|
.. | ||
migrations | ||
__init__.py | ||
admin.py | ||
apps.py | ||
models.py | ||
tests.py | ||
views.py |