skillbox/server/core
Ramon Wenger c47b263302 Adapt to new storage syntax in settings
Removed the old, deprecated syntax and replaced it with the new one
2023-12-11 16:44:34 +01:00
..
management Add django management command to rename assignments and surveys 2023-10-05 18:13:36 +02:00
migrations Fix typo in migration 2023-03-16 14:24:05 +01:00
static Add default logo 2021-01-20 17:06:37 +01:00
templates Add Idea for the wagtail fix 2023-07-17 10:41:12 +02:00
templatetags Add tag for link generation 2020-02-25 10:28:57 +01:00
tests Remove failing tests 2023-03-15 16:10:53 +01:00
__init__.py initial commit 2018-08-06 23:26:23 +02:00
constants.py Add superscript and subscript inline text styles 2023-04-11 16:45:27 +02:00
context_processors.py Remove unused env variables 2022-05-11 15:51:11 +02:00
convert_page_translation.py Reafctor for instrument and module models 2023-09-12 16:17:37 +02:00
env_utils.py Rewrite a test to use pytest syntax 2023-05-30 21:41:30 +02:00
factories.py Update wagtail, django and wagtail_factories 2023-12-11 16:44:34 +01:00
handle_content_blocks.py Move script 2023-12-06 09:29:29 +01:00
logger.py Update logger settings 2021-03-05 11:14:05 +01:00
middleware.py Make sentry errors more useful 2023-03-30 13:51:34 +02:00
mixins.py Add unit tests to check the issues found in the bug bounty report 2021-11-16 14:12:16 +01:00
settings.py Adapt to new storage syntax in settings 2023-12-11 16:44:34 +01:00
settings_test.py Increase Test speed 2023-07-12 17:24:51 +02:00
urls.py Add pytest dependency to project, also add config 2023-05-30 16:30:28 +02:00
utils.py Clean up and refactor 2023-08-30 11:12:09 +02:00
views.py Update custom GraphQLView to use new GraphQL 3.0 syntax 2023-12-11 16:44:34 +01:00
wagtail_hooks.py Monkey Patch list ordering in wagtail 2023-07-17 13:09:32 +02:00
wagtail_patch.py Apply inputs from pullrequest 2023-07-17 14:58:40 +02:00
wagtail_utils.py Add tests for all page types, also implement them 2023-03-14 17:16:40 +01:00
wsgi.py initial commit 2018-08-06 23:26:23 +02:00