network_inventory/inventory
Andreas Zweili 58b5f4c8d2 correct the DayOfMonth model
The DayOfMonth model basically just contains a list of numbers from
1-31 which means the name attribute doesn't make much sense.
2017-12-26 11:33:41 +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 add a padding to the computer list table 2017-12-26 11:14:58 +01:00
__init__.py create an app for the inventory 2017-12-22 17:02:24 +01:00
admin.py correct the DayOfMonth model 2017-12-26 11:33:41 +01:00
apps.py create an app for the inventory 2017-12-22 17:02:24 +01:00
models.py correct the DayOfMonth model 2017-12-26 11:33:41 +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 change the disks variable to a list 2017-12-26 11:13:14 +01:00