2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00
Oliver Walters 3d8c059a43 Add "report" app
- Define ReportTemplate model which contains a report file template
2020-05-21 13:51:13 +10:00

6 lines
87 B
Python

from django.apps import AppConfig
class ReportConfig(AppConfig):
name = 'report'