2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-29 10:10:53 +00:00

Add "report" app

- Define ReportTemplate model which contains a report file template
This commit is contained in:
Oliver Walters
2020-05-21 13:51:13 +10:00
parent 5018f899f7
commit 3d8c059a43
11 changed files with 111 additions and 6 deletions

View File

@ -0,0 +1,3 @@
from django.test import TestCase
# Create your tests here.