8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-16 23:56:12 +00:00
re2o/tickets/apps.py

6 lines
89 B
Python
Raw Normal View History

2019-07-06 08:25:24 +00:00
from django.apps import AppConfig
class TicketsConfig(AppConfig):
name = "tickets"