MediaCMS backend, initial commit

This commit is contained in:
Markos Gogoulos
2020-12-15 23:33:43 +02:00
commit 75430de2e0
85 changed files with 10558 additions and 0 deletions

6
uploader/apps.py Normal file
View File

@ -0,0 +1,6 @@
# -*- coding: utf-8
from django.apps import AppConfig
class UploaderConfig(AppConfig):
name = "uploader"