Commit graph

2 commits

Author SHA1 Message Date
32bc919530 Add migration to convert tables to UTF-8
- convert all tables to utf8mb4 charset
- convert all tables to InnoDB
- set collation for all tables to utf8mb4_unicode_ci
2024-09-18 18:21:08 +02:00
77464ecee4 Add generated cats app
- 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
2024-09-18 18:20:59 +02:00