8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-18 08:38:09 +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"