Commit Graph

14 Commits

Author SHA1 Message Date
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
0067fa3af2 restructure the code 2017-12-27 19:51:58 +01:00
Andreas Zweili
24d066a2de remove the shebang from views.py file 2017-12-27 18:48:45 +01:00
Andreas Zweili
4a21cc6ad3 add a table which lists all the cron jobs 2017-12-26 11:36:28 +01:00
Andreas Zweili
8f2ecb1a52 change the disks variable to a list
Since a computer can contain multiple different types of disks this
needs to be a list
2017-12-26 11:13:14 +01:00
Andreas Zweili
3ebfb24028 sort the computer list by IP 2017-12-25 23:55:35 +01:00
Andreas Zweili
1dcec8e63a replace the Device model with a a GeneralDevice model
This is required because otherwise when one gets all the Device
objects the sub classes get pulled as well. With a general class we
can use it really as a general device.
2017-12-25 16:23:42 +01:00
Andreas Zweili
caf9e74a68 add a view for cron job details 2017-12-25 13:36:03 +01:00
Andreas Zweili
5279d5f3ee add a view for computer details 2017-12-25 13:35:30 +01:00
Andreas Zweili
44456f0c0d add view for device details 2017-12-25 13:35:09 +01:00
Andreas Zweili
7375d097f5 rename a list 2017-12-25 13:34:00 +01:00
Andreas Zweili
6e481af9b0 add various models to the views file 2017-12-25 13:33:28 +01:00
Andreas Zweili
d4a20bd57d add an index view 2017-12-25 00:37:52 +01:00
Andreas Zweili
03bbfbc612 create an app for the inventory 2017-12-22 17:02:24 +01:00