PonyConf/volunteers/apps.py
2016-10-19 23:36:15 +02:00

6 lines
95 B
Python

from django.apps import AppConfig
class VolunteersConfig(AppConfig):
name = 'volunteers'