Commit graph

4 commits

Author SHA1 Message Date
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
d2ac11f238 Setup RemoteUserAuthentication
- user will be authenticated using the reverse proxy in front of the
  CATS application
2024-09-18 18:20:59 +02:00
1dc1310b9f Use environs to get settings 2024-09-17 17:37:36 +02:00
507af1df94 Add generated Django project code 2024-09-17 17:12:05 +02:00