network_inventory/core
Andreas Zweili 26dcbf4cb5 add a function to get objects limited to customer
this function will return a queryset containing only items which are
related to customers the user is allowed to view.
2020-02-29 15:16:26 +01:00
..
fixtures move category and calendar models into the core app 2020-01-07 22:20:07 +01:00
models move category and calendar models into the core app 2020-01-07 22:20:07 +01:00
templates indent footer 2020-02-29 11:50:09 +01:00
tests extend the helper functions with the escape function 2020-01-12 14:23:10 +01:00
__init__.py add core app 2020-01-07 20:11:05 +01:00
admin.py add core app 2020-01-07 20:11:05 +01:00
apps.py add core app 2020-01-07 20:11:05 +01:00
decorators.py add a decorator to limit a view to superusers 2020-02-16 21:37:05 +01:00
tables.py add a CoreTable class to inherit all tables from 2020-02-23 12:58:39 +01:00
urls.py move the login url to the core app 2020-01-11 18:09:43 +01:00
utils.py add a function to get objects limited to customer 2020-02-29 15:16:26 +01:00