Commit Graph

24 Commits

Author SHA1 Message Date
Andreas Zweili 28ce263a99 expand fixtures 2021-12-30 16:10:04 +01:00
Andreas Zweili 74b7cfd3bd create the second_run file inside the container 2020-07-04 12:12:42 +02:00
Andreas Zweili f692fce446 clean out the Python cache files at each run 2020-07-04 12:12:18 +02:00
Andreas Zweili e68d3b879d reload unicorn when code changes 2020-07-04 11:54:07 +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
Andreas Zweili 72831376e4 Revert "use gunicorn in the run.sh script and remove production.sh"
This reverts commit 63fedf93c2.
2020-02-16 10:17:34 +01:00
Andreas Zweili 63fedf93c2 use gunicorn in the run.sh script and remove production.sh 2020-02-15 15:31:57 +01:00
Andreas Zweili 391ffa9ad8 rename inventory app to computers 2020-01-12 14:36:44 +01:00
Andreas Zweili 0084b87216 add licenses app to run.sh 2020-01-12 12:58:27 +01:00
Andreas Zweili 0ebf9a0b8a add softwares app to run.sh 2020-01-11 18:32:03 +01:00
Andreas Zweili 8d57414fa1 add backups app to run.sh script 2020-01-11 17:08:11 +01:00
Andreas Zweili e3d1d73db9 split the project into more apps 2020-01-10 00:01:06 +01:00
Andreas Zweili ff307b7ae3 move category and calendar models into the core app 2020-01-07 22:20:07 +01:00
Andreas Zweili 20b163ec27 move Company related models into their own apps 2020-01-07 21:31:44 +01:00
Andreas Zweili a61f646ac0 make migrations on the first run of the inventory app 2020-01-07 18:12:30 +01:00
Andreas Zweili dcc3e39914 restructure the project
Make the file tree a bit flatter in order to make the project less confusing
2020-01-07 18:10:57 +01:00
Andreas Zweili 4ed3e1aba6 remove duplicate migration 2020-01-01 21:53:41 +01:00
Andreas Zweili f23234b6e0 fix the run.sh script
without the changes it was failing at first run
2019-12-30 01:37:23 +01:00
Andreas Zweili 8f852733ef add a temp file to mark the first run 2019-08-10 15:03:03 +02:00
Andreas Zweili f9dd215e78 load fixtures only once with sqlite DB 2019-07-24 23:13:40 +02:00
Andreas Zweili ff5da6f114 Add a Makefile 2019-07-13 15:25:32 +02:00
Andreas Zweili 99747257b0 split the requirements and settings 2019-07-13 12:37:58 +02:00