site_tps/vote/apps.py
2018-01-14 13:19:11 +01:00

6 lines
83 B
Python

from django.apps import AppConfig
class VoteConfig(AppConfig):
name = 'vote'