network_inventory/core
Andreas Zweili 67fa2792d9 extend the helper functions with the escape function
When the object_to_find string contained a special character which the django
template system escapes then the test filed because the helpers where looking
for the unescaped string. Now they escape the string as well.
2020-01-12 14:23:10 +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 correct the path for the base template 2020-01-11 17:41:03 +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
urls.py move the login url to the core app 2020-01-11 18:09:43 +01:00