8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-30 11:04:38 +00:00
re2o/tickets/apps.py
2019-08-11 19:24:40 +02:00

6 lines
89 B
Python

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