Commit Graph

34 Commits

Author SHA1 Message Date
Andreas Zweili
ddcaf27a50 remove an unused import 2019-12-03 22:14:50 +01:00
Andreas Zweili
f93010f97b PEP8 2019-11-30 16:37:20 +01:00
Andreas Zweili
7a6fbe4d7b limit backup_view access 2019-11-30 14:15:20 +01:00
Andreas Zweili
a98dd4f2b0 add a backups table view 2019-09-24 20:30:43 +02:00
Andreas Zweili
53289a58f6 rewrite so that all the views get a pk object 2019-09-03 18:49:44 +02:00
Andreas Zweili
2d06992811 update the net_detail_view to display the NetDetailTable correctly 2019-09-01 12:18:46 +02:00
Andreas Zweili
dc273c271e reorder imports 2019-09-01 12:06:27 +02:00
Andreas Zweili
acc1472bd9 add LoginRequiredMixin to view 2019-08-30 22:37:49 +02:00
Andreas Zweili
fde7d492d4 fix the all computers list 2019-08-30 21:04:23 +02:00
Andreas Zweili
961160babc rename the computer list to match the Django scheme 2019-08-28 23:09:34 +02:00
Andreas Zweili
3e840b0aff fix the customer view permissions 2019-08-13 18:53:39 +02:00
Andreas Zweili
1b8a8fc00f make sure only users with permissions can view customers 2019-08-07 22:37:59 +02:00
Andreas Zweili
82f25255d4 only allow logged in users to acces pages 2019-08-04 22:15:30 +02:00
Andreas Zweili
5317f42349 extend the views with login required 2019-08-04 20:44:37 +02:00
Andreas Zweili
be7cfb7da9 add AllComputersView 2019-08-02 16:54:32 +02:00
Andreas Zweili
268337cc5b implement a basic backup view 2019-08-02 14:31:55 +02:00
Andreas Zweili
35d399eac5 implement django-tables2 2019-08-02 13:05:42 +02:00
Andreas Zweili
4353b7e1dd extend the ComputerDetailView with various properties 2019-07-30 23:17:56 +02:00
Andreas Zweili
27fb338a7f add views for nets 2019-07-28 22:02:07 +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
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
8b7c4262ad allow empty relations for RAM and CPUs 2019-06-16 22:54:25 +02:00
Andreas Zweili
4ab32be82c extend the computer details with permissions 2019-06-16 15:02:47 +02:00
Andreas Zweili
6fbeae0e66 remove an old view 2019-06-10 22:25:27 +02:00
Andreas Zweili
79e8ebe769 use explicit imports 2019-06-10 22:24:19 +02:00
Andreas Zweili
a8aaa1aad8 merge the work from the other project 2019-06-10 21:56:21 +02:00
Andreas Zweili
9ab28b10c3 add minimal working example of django-guardian 2019-06-10 21:46:29 +02:00
Andreas Zweili
93dcacfd4c refactor according to PEP8 2018-05-17 18:18:49 +02:00
Andreas Zweili
5a30aa8814 split the various lists into seperate pages 2017-12-29 12:33:05 +01:00
Andreas Zweili
0067fa3af2 restructure the code 2017-12-27 19:51:58 +01:00