network_inventory/inventory
2017-12-25 23:55:07 +01:00
..
migrations extend the .gitignore file 2017-12-23 00:43:08 +01:00
static/css add a css file to the project 2017-12-25 23:54:37 +01:00
templates/inventory reformat the computer list to a table instead of a list 2017-12-25 23:55:07 +01:00
__init__.py create an app for the inventory 2017-12-22 17:02:24 +01:00
admin.py replace the Device model with a a GeneralDevice model 2017-12-25 16:23:42 +01:00
apps.py create an app for the inventory 2017-12-22 17:02:24 +01:00
models.py replace the Device model with a a GeneralDevice model 2017-12-25 16:23:42 +01:00
tests.py create an app for the inventory 2017-12-22 17:02:24 +01:00
urls.py define url patterns for various views 2017-12-25 13:31:29 +01:00
views.py replace the Device model with a a GeneralDevice model 2017-12-25 16:23:42 +01:00