Conversation
…tings Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
|
Do we need this? I had a similar idea a year ago or so and then thought that development setups will differ anyway. I ended up creating my own dev app (https://github.com/jochenklar/rdmo-dev/blob/main/rdmo_dev/settings.py), which I include in my I will also switch of DEBUG in development now and then and use postgres all the time. What we could do, is to ship the |
|
What I usually do for "my" RDMO instances nowadays is to create: with the different setups, and copy them to |
|
We could do the same here (not the crypt stuff) and remove |
|
Yeah, the main problem, from the experience of the last hackathon(s), is that when new users/developers want to start up the rdmo-app it can take a lot of time (and effort) following all the steps in the development docs to get the I think that the easier Dev Experience would be to just have it to run (with minimal configuration effort after cloning) and start working/changing things from there. For deployment it will always be different and has to be adjusted anyways. |
No description provided.