Commit Graph

88 Commits

Author SHA1 Message Date
Andreas Zweili
3c28f6fd70 add verbose names to the Computer and Net model 2019-08-02 13:04:25 +02:00
Andreas Zweili
e3a789b125 add djang-tables2 to the apps 2019-08-02 12:21:40 +02:00
Andreas Zweili
cf7f1ee6d2 implement the semantic css theme 2019-08-02 12:21:05 +02:00
Andreas Zweili
4353b7e1dd extend the ComputerDetailView with various properties 2019-07-30 23:17:56 +02:00
Andreas Zweili
0c2f76bcf1 make the tables a bit smaller in order to fit more information 2019-07-30 23:16:59 +02:00
Andreas Zweili
7fd85a1040 add IPs to the computer view 2019-07-29 21:16:14 +02:00
Andreas Zweili
27fb338a7f add views for nets 2019-07-28 22:02:07 +02:00
Andreas Zweili
503ccb4d5a allow the customer description to be empty 2019-07-28 21:41:17 +02:00
Andreas Zweili
113afb4f6c add first_name field 2019-07-28 21:10:30 +02:00
Andreas Zweili
438b2bdc43 add hyper_threading field 2019-07-28 21:10:11 +02:00
Andreas Zweili
2284e6eaa0 move the DeviceManufacturer class to companies.py 2019-07-28 21:09:51 +02:00
Andreas Zweili
d1ebb7b94d add a NotificationFromBackup class 2019-07-28 21:07:27 +02:00
Andreas Zweili
7213b59f98 change url of the devices list 2019-07-25 20:42:09 +02:00
Andreas Zweili
462d0169eb small reformating of the customer table 2019-07-25 20:41:52 +02:00
Andreas Zweili
1d6c631af3 remove the list_of_lists 2019-07-25 20:37:03 +02:00
Andreas Zweili
91672e8128 rename the views for better clarity 2019-07-25 20:35:22 +02:00
Andreas Zweili
33ef653602 extend the home index page 2019-07-25 20:35:05 +02:00
Andreas Zweili
368eb670e2 add a customers details page 2019-07-25 20:34:52 +02:00
Andreas Zweili
9fec74496a change to relativ imports 2019-07-25 20:13:04 +02:00
Andreas Zweili
f8531e6014 add list of lists
this lists show all the lists related to the currently selected customer.
2019-07-24 22:56:08 +02:00
Andreas Zweili
abba395440 add a make command to remove the sqlite db restart the server 2019-07-24 22:52:12 +02:00
Andreas Zweili
e162ec4177 PEP8, line length 2019-07-24 22:38:19 +02:00
Andreas Zweili
c84047362b switch from url to path patterns 2019-07-24 22:27:14 +02:00
Andreas Zweili
5aedea6075 remove the default test s file 2019-07-19 17:10:35 +02:00
Andreas Zweili
e0a6bf76bc move the Customer class to companies 2019-07-19 16:40:49 +02:00
Andreas Zweili
6bc7f7d560 remove a trailing empty line 2019-07-19 16:33:27 +02:00
Andreas Zweili
27728da0d5 fix various formating errors 2019-07-19 16:32:24 +02:00
Andreas Zweili
567761f68f add decorators for Device and ConnectedDevice 2019-07-19 16:10:33 +02:00
Andreas Zweili
6c40c0ccde remove trailing whitespaces 2019-07-19 16:08:21 +02:00
Andreas Zweili
242b3fa089 move the static files into the application 2019-07-14 19:23:13 +02:00
Andreas Zweili
d6f7bfa937 make the permission test more robust 2019-07-14 13:04:22 +02:00
Andreas Zweili
4c761e551a move the data creation into fixtures 2019-07-14 12:58:10 +02:00
Andreas Zweili
66706c854e finish the test for the customer list 2019-07-13 16:15:01 +02:00
Andreas Zweili
68e3bbeb4b add more meaningful test object names 2019-07-13 15:48:17 +02:00
Andreas Zweili
99747257b0 split the requirements and settings 2019-07-13 12:37:58 +02:00
Andreas Zweili
44c4576029 fix indentation 2019-06-19 21:28:54 +02:00
Andreas Zweili
8b7c4262ad allow empty relations for RAM and CPUs 2019-06-16 22:54:25 +02:00
Andreas Zweili
ff75b95427 update indentation 2019-06-16 22:54:01 +02:00
Andreas Zweili
010b50c946 replace pc IP with pc owner 2019-06-16 22:53:41 +02:00
Andreas Zweili
e7d8f86751 change staticfiles to static 2019-06-16 22:11:53 +02:00
Andreas Zweili
b3844cafbc WIP add view test 2019-06-16 22:10:08 +02:00
Andreas Zweili
088483e5b9 add fixture to populate the test db 2019-06-16 22:09:51 +02:00
Andreas Zweili
21fa33d00f add an additional line to the customer model 2019-06-16 15:05:51 +02:00
Andreas Zweili
4ab32be82c extend the computer details with permissions 2019-06-16 15:02:47 +02:00
Andreas Zweili
cd6fd5ae2a add a decorator to check for PC permissions 2019-06-16 15:00:21 +02:00
Andreas Zweili
09159652a1 add a customer admin 2019-06-16 14:58:53 +02:00
Andreas Zweili
6fbeae0e66 remove an old view 2019-06-10 22:25:27 +02:00
Andreas Zweili
9647da27f8 remove the STATIC_ROOT option
django throws a lot of errors with it.
2019-06-10 22:24:48 +02:00
Andreas Zweili
79e8ebe769 use explicit imports 2019-06-10 22:24:19 +02:00
Andreas Zweili
76e1799fb3 remove an old file 2019-06-10 22:23:42 +02:00