Block a user
added CSV upload to enable fast creation of similar components
Can we add this help text as tooltip on the actual website? or maybe add a download link for the CSV file template so it can be filled out more easily.
added CSV upload to enable fast creation of similar components
Okay. The error handling is indeed a little bit basic 😄 But I guess it's okay for now.
561b2aed27
Add the /healthcheck path which returns an HTTP200 OK response for checking the helath of the container after startup
a59fad4866
Add self hosted entrypoint file for easier debugging which will use the integrated django server to serve all files
Get rid of settings_production file
Implement #11 mhu/11-add-docker-compose-setup: Add compose setup
Currently it is only possible to set up the service using an interactive shell with manage.py... However, it should be possible to generate some different contexts with docker compose to run an…
fc5fa9f740
Fix startup issue with postgres on first start. Implement health check of postgres and delay django container until it's healthy.
Implement #11 mhu/11-add-docker-compose-setup: Add compose setup
64d0a1bfb3
Make gunicorn listen to all incoming IPs on Port 8000. This is necessary to use a spearate net with the postgres container.
b057fedb5f
Add optional env variable DJANGO_FORCE_DEV_MODE to force production settings to dev mode for debugging
mhu
created branch mhu/11-add-docker-compose-setup in mhu/shimatta-kenkyusho
2024-11-17 13:45:04 +01:00
Add docker compose setup for use with a postresql container
6e01b1939d
Merge pull request 'feature/sst_storage_verbose_name' (#10) from feature/sst_storage_verbose_name into develop
a77f46d697
added verbose name to storages to be printed on labels etc.
mhu
deleted branch feature/sst_storage_verbose_name from mhu/shimatta-kenkyusho
2024-11-16 13:27:21 +01:00
feature/sst_storage_verbose_name