8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-13 10:43:41 +00:00
re2o/tickets/apps.py
2019-08-11 19:24:40 +02:00

5 lines
89 B
Python

from django.apps import AppConfig
class TicketsConfig(AppConfig):
name = 'tickets'