Source code for registration.apps

from django.apps import AppConfig


[docs]class RegistrationConfig(AppConfig): name = 'registration'