Commit Graph

10 Commits

Author SHA1 Message Date
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
Andreas Zweili b6ec802879 move the login url to the core app 2020-01-11 18:09:43 +01:00
Andreas Zweili af310cdd0d correct the path for the base template 2020-01-11 17:41:03 +01:00
Andreas Zweili e3d1d73db9 split the project into more apps 2020-01-10 00:01:06 +01:00
Andreas Zweili ff307b7ae3 move category and calendar models into the core app 2020-01-07 22:20:07 +01:00
Andreas Zweili e2cd52b7d4 remove migrations from the apps for now 2020-01-07 22:14:03 +01:00
Andreas Zweili f4c96579be move the test helper module to the core app 2020-01-07 21:55:43 +01:00
Andreas Zweili af10e59e59 remove unused files from core and customer app 2020-01-07 21:54:54 +01:00
Andreas Zweili 20b163ec27 move Company related models into their own apps 2020-01-07 21:31:44 +01:00
Andreas Zweili e64551ca53 add core app 2020-01-07 20:11:05 +01:00