Commit Graph

5 Commits

Author SHA1 Message Date
Andreas Zweili 3bb63bc44d replace the Django runserver command with gunicorn
I would like to test how this performs and if it works for development. Would
be nice because this way I can have a setup which is closer to what I run in
produciton than with Django runserver.
2020-06-28 16:48:23 +02:00
Andreas Zweili d5fcec4ab1 add the test data fixture to the development script 2020-06-15 19:51:46 +02:00
Andreas Zweili 48a2d5463b collect static files at the first run 2020-03-20 12:00:37 +01:00
Andreas Zweili 8861060b9a collect module static files with each run 2020-03-03 10:20:35 +01:00
Andreas Zweili be63c3fc0b readd the development.sh script
We still need the django runserver command because gunicorn sometimes needs a
restart for certain things which makes development quite slow.
2020-02-16 10:20:03 +01:00