django-refunds/authentication/apps.py

6 lines
103 B
Python
Raw Normal View History

2016-06-03 19:33:51 +02:00
from django.apps import AppConfig
class AuthenticationConfig(AppConfig):
name = 'authentication'