mpeltriaux
92155fb742
* introduces new app 'analysis' for annual report generating and future features * adds new templates (WIP) * adds new routes (WIP)
6 lines
91 B
Python
6 lines
91 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AnalysisConfig(AppConfig):
|
|
name = 'analysis'
|