extend the notes

This commit is contained in:
Andreas Zweili 2020-02-16 22:10:50 +01:00
parent fc37a1f115
commit 3e3430d1b2
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ customers for internal usuage.
*** TODO Computer-, Device-, ConnectedDevice- AddFrom *** TODO Computer-, Device-, ConnectedDevice- AddFrom
** TODO Various [0/10] ** TODO Various [0/11]
*** TODO change the admin url *** TODO change the admin url
For security reasons it's recommended to change the name of the admin panel For security reasons it's recommended to change the name of the admin panel
@ -93,6 +93,8 @@ I often find myself trying to get related objects. The method select_related
might help with that: might help with that:
- https://docs.djangoproject.com/en/2.2/ref/models/querysets/#select-related - https://docs.djangoproject.com/en/2.2/ref/models/querysets/#select-related
*** TODO Add the warranty to the Device, ConnectedDevice and Computer admin pages
** TODO Licenses [0/2] ** TODO Licenses [0/2]
*** TODO Implement a license check into all forms *** TODO Implement a license check into all forms