Initial commit

This commit is contained in:
Claude Paroz 2024-06-03 16:49:01 +02:00
commit 793bb6a488
182 changed files with 17153 additions and 0 deletions

3
docker-dev/.env-web Normal file
View file

@ -0,0 +1,3 @@
ALLOWED_HOSTS=127.0.0.1,localhost
DATABASE_URL=postgresql://db:db@db/main
DJANGO_SETTINGS_MODULE=settings