picture-tournament/pt/apps.py

6 lines
79 B
Python

from django.apps import AppConfig
class PtConfig(AppConfig):
name = 'pt'