PonyConf/volunteers/apps.py

6 lines
95 B
Python
Raw Normal View History

2016-10-19 21:36:15 +00:00
from django.apps import AppConfig
class VolunteersConfig(AppConfig):
name = 'volunteers'