- 02 Feb, 2021 2 commits
-
-
Charlie Turner authored
-
Charlie Turner authored
-
- 29 Jan, 2021 2 commits
-
-
Charlie Turner authored
This was REALLY nasty, without a default app configuration, the code in apps.py doesn't run, which is the documented hook point for basically everything life-cycle related. Try figuring that out when you're learning Django and wondering why your signal handling code isn't working...
-
Charlie Turner authored
It seems the meta ordering on the Machine model was created after the Machine migration was committed. Fix that here. I considered altering the original Machine migration, since this looks like an oversight, but I'd rather keep the visibility on change history having this in its own file.
-
- 27 Jan, 2021 1 commit
-
-
Charlie Turner authored
Go "full Docker" and make sure all the commands work as expected.
-
- 18 Dec, 2020 2 commits
-
-
Martin Peres authored
-
Martin Peres authored
-
- 16 Dec, 2020 6 commits
-
-
Martin Peres authored
-
Martin Peres authored
-
Martin Peres authored
-
Martin Peres authored
The tests are pep8, django's tests, and 100% code coverage.
-
Martin Peres authored
-
Martin Peres authored
-
- 11 Dec, 2020 1 commit
-
-
Martin Peres authored
-