www-bocal/bocal_auth/apps.py
2017-10-14 17:59:42 +02:00

5 lines
89 B
Python

from django.apps import AppConfig
class AuthConfig(AppConfig):
name = 'bocal_auth'