feat(api): split api into multiple apps (#1626)

Fixes #1622

- split the api into 4 apps: core, history, schedule, storage
- exploded the settings into testing/prod
This commit is contained in:
Jonas L 2022-04-04 14:38:50 +02:00 committed by GitHub
parent 87d2da9d84
commit fce988aef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
120 changed files with 1499 additions and 1078 deletions

View file

@ -1,7 +1,7 @@
from django.conf import settings
from rest_framework.permissions import BasePermission
from .models.user_constants import DJ
from .core.models.role import DJ
REQUEST_PERMISSION_TYPE_MAP = {
"GET": "view",