mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
6 lines
87 B
Python
6 lines
87 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ReportConfig(AppConfig):
|
|
name = 'report'
|