Commit Graph

344 Commits

Author SHA1 Message Date
Andreas Zweili d6090ad3b3 add the allowed hosts dynamically 2022-03-27 16:13:34 +02:00
Andreas Zweili 7efceb4954 format with black 2022-03-27 14:50:44 +02:00
Andreas Zweili 62c93019c3 readd settings for the github tests 2022-02-07 23:04:45 +01:00
Andreas Zweili 3cbbebb61b remove the docker development environment
It's just easier to have the stuff in a venv
2022-02-07 22:27:59 +01:00
Andreas Zweili 65bef6f3af multiple changes related to crispy-forms 2022-02-02 22:27:48 +01:00
Andreas Zweili 70d8f35a01 add a settings file for flakes 2022-02-01 21:12:32 +01:00
Andreas Zweili 91978758fd add the code server ip to allowed hosts 2022-01-01 16:11:10 +01:00
Andreas Zweili e4ad765b63 add a required setting for primary keys 2021-12-30 19:06:34 +01:00
Andreas Zweili 799b2a57dd add a custom user model 2021-12-30 18:31:47 +01:00
Andreas Zweili b85be757cd change the admin url 2021-12-30 18:05:25 +01:00
Andreas Zweili 641a3a7d31 add CSRF_TRUSTED_ORIGINS 2021-12-28 17:45:46 +01:00
Andreas Zweili c411be37c1 upgrade to django 4.0 2021-12-28 16:07:12 +01:00
Andreas Zweili 4d8bfce029 Merge branch 'master' into htmx 2021-12-20 21:18:46 +01:00
Andreas Zweili b546901623 remove depricated urls 2021-12-20 19:42:44 +01:00
Andreas Zweili 41bf9b1dc8 add a basic htmx config 2021-12-11 14:22:24 +01:00
Andreas Zweili a0191b6dc2 PEP8 2020-08-03 13:41:49 +02:00
Andreas Zweili 8310a1569a correct the static files setup 2020-04-20 15:22:48 +02:00
Andreas Zweili dc8625369e remove module static files 2020-03-03 10:20:13 +01:00
Andreas Zweili c159692445 use reverse_lazy for URLs 2020-03-01 11:15:41 +01:00
Andreas Zweili 89d75cbe60 surpress the gis warnings from floppyforms 2020-02-29 20:59:12 +01:00
Andreas Zweili d2db343809 remove django-bootstrap4
most of this should be achievable without an additional plugin
2020-02-28 17:32:25 +01:00
Andreas Zweili 3da7b37e76 add a form to add computers 2020-02-26 21:56:53 +01:00
Andreas Zweili 39f1d9b4fd modify the all_computers template to use bootstrap4 2020-02-25 21:42:18 +01:00
Andreas Zweili c9790523f9 replace semantic css with bootstrap
Bootstrap seems to be more actively developed therefore I'm replacing Semantic
UI with Bootsprap 4.
2020-02-23 13:14:33 +01:00
Andreas Zweili ddb8dc2bba remove all the table templates with a single settings option 2020-02-23 12:59:20 +01:00
Andreas Zweili d0343b7dd8 move the static files to the correct place 2020-02-15 17:58:10 +01:00
Andreas Zweili 3a9b5cfbde add postgres password
otherwise the system won't run
2020-02-15 00:55:45 +01:00
Andreas Zweili 391ffa9ad8 rename inventory app to computers 2020-01-12 14:36:44 +01:00
Andreas Zweili 226dad6b2b replace softwares.urls with licenses.urls 2020-01-12 12:46:31 +01:00
Andreas Zweili 1ac8bb806e activate licenses app 2020-01-12 12:46:23 +01:00
Andreas Zweili 37d08b099a activate softwares app 2020-01-11 18:32:39 +01:00
Andreas Zweili b6ec802879 move the login url to the core app 2020-01-11 18:09:43 +01:00
Andreas Zweili f424105b8a activate backups app 2020-01-11 17:01:38 +01:00
Andreas Zweili e3d1d73db9 split the project into more apps 2020-01-10 00:01:06 +01:00
Andreas Zweili 159e666ecc add all new apps to the project 2020-01-09 22:01:51 +01:00
Andreas Zweili 95bc3207b3 move the customer related parts to the customer app 2020-01-07 21:59:12 +01:00
Andreas Zweili a27c890b6e add customer app 2020-01-07 20:11:36 +01:00
Andreas Zweili e64551ca53 add core app 2020-01-07 20:11:05 +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 8b506d9099 correct the hardware tables in the computer_detail_view 2020-01-03 20:20:50 +01:00
Andreas Zweili c7bad81c13 change raid_relations to raid_disk_pairs to fix the view 2020-01-03 20:17:31 +01:00
Andreas Zweili 30cfff81a0 add licenses to the computer_detail_view 2020-01-03 03:34:25 +01:00
Andreas Zweili 39c5b7056c add a space before } 2020-01-03 03:30:41 +01:00
Andreas Zweili 156ac9eddb replace th with td 2020-01-03 03:30:31 +01:00
Andreas Zweili 843371bdac remove empty lines 2020-01-03 03:30:01 +01:00
Andreas Zweili 7e1f439c98 add raid disks to computer_detail_view 2020-01-03 03:29:44 +01:00
Andreas Zweili af3ed70214 remove a duplicate line 2020-01-02 11:42:24 +01:00
Andreas Zweili 62b8af148f create a seperate table for each notification 2020-01-02 11:41:51 +01:00
Andreas Zweili 02e3dccc6c create a seperate table for each target device 2020-01-02 11:39:41 +01:00
Andreas Zweili 2e5756f07a add the notification to the backup_detail_view 2020-01-01 21:58:00 +01:00