Marco Zeisler ff4b3508d8 move template to ./template;
setup django middleware;
setup angular frontend;
wire django and angular together;
2020-11-17 19:34:25 +01:00

6 lines
86 B
Python

from django.apps import AppConfig
class AppBeConfig(AppConfig):
name = 'app_be'