network_inventory/computers
Andreas Zweili e79eba2828 show all models in the admin interface
Since we decided to create many forms in the frontend the admin interface
should really be a way to access all models even the ones which aren't
accessible from the front end.
2020-06-08 17:02:15 +02:00
..
fixtures add a GPU model 2020-04-30 15:40:00 +02:00
models match string representations to the project standard 2020-05-26 22:26:30 +02:00
static/inventory rename inventory app to computers 2020-01-12 14:36:44 +01:00
templates/computers add a Cancel button to the computer_create template 2020-05-04 09:41:22 +02:00
tests correct the gpu test 2020-04-30 15:43:58 +02:00
__init__.py rename inventory app to computers 2020-01-12 14:36:44 +01:00
admin.py show all models in the admin interface 2020-06-08 17:02:15 +02:00
apps.py rename inventory app to computers 2020-01-12 14:36:44 +01:00
decorators.py rename inventory app to computers 2020-01-12 14:36:44 +01:00
filters.py filter for customer not owner 2020-02-28 17:31:49 +01:00
forms.py remove unnecessary code 2020-05-01 16:12:01 +02:00
tables.py seperate imports with lines from code 2020-02-29 21:05:18 +01:00
urls.py split parameters over multiple lines 2020-02-29 21:05:37 +01:00
views.py move each IP into it's own table row 2020-05-03 22:10:11 +02:00