Commit Graph

18 Commits

Author SHA1 Message Date
Andreas Zweili
e5a99646aa change the return value to string
Return values must be strings.
2017-12-24 23:44:27 +01:00
Andreas Zweili
6b99df109e fix the return value of the Ram class 2017-12-24 23:43:41 +01:00
Andreas Zweili
c8ba021a56 change gigabytes to integere instead of float
I first it would make sense to save gigabytes as floating numbers.
However in practice I'm not really interested in anything smaller than
a gigabyte.
2017-12-24 23:41:15 +01:00
Andreas Zweili
388b69689d add verbose names for all the hardware types
This make the items easier to understand in the admin interface.
2017-12-24 23:39:40 +01:00
Andreas Zweili
68b80d4ebc add descriptions for a all the models 2017-12-23 00:00:37 +01:00
Andreas Zweili
6cec7c6c50 rename the inline classes 2017-12-22 23:59:40 +01:00
Andreas Zweili
96cae931c9 extend the time fields for a cronjob 2017-12-22 23:58:46 +01:00
Andreas Zweili
34c05611f4 add a values attribute to Weekday and DayOfMonth 2017-12-22 23:47:18 +01:00
Andreas Zweili
8d94a1edc9 add a model for days in a month 2017-12-22 23:43:10 +01:00
Andreas Zweili
d43215b535 add a boolean to check for type ecc to the RAM class 2017-12-22 23:42:06 +01:00
Andreas Zweili
a74740228e split the models into smaller code blocks 2017-12-22 23:38:34 +01:00
Andreas Zweili
7223560a9f add a description for Weekdays, DayOfMonth and Month 2017-12-22 23:35:08 +01:00
Andreas Zweili
fdc91ab9da split the models into smaller code blocks 2017-12-22 23:34:40 +01:00
Andreas Zweili
c682cb5b6b remove the shebangs
They are not required for these files
2017-12-22 23:33:30 +01:00
Andreas Zweili
a479a76c6f add a general description of the models 2017-12-22 23:32:26 +01:00
Andreas Zweili
03bbfbc612 create an app for the inventory 2017-12-22 17:02:24 +01:00
Andreas Zweili
c1dad8a61d add models to the docs.org file 2017-12-22 14:13:51 +01:00
Andreas Zweili
cacb5d0b59 add a docs file 2017-12-22 07:40:13 +01:00