Module apps.registration.apps
Expand source code
from django.apps import AppConfig
class RegistrationConfig(AppConfig):
"""
This class will configure Registration app
"""
name = "registration"
Classes
class RegistrationConfig (app_name, app_module)-
This class will configure Registration app
Expand source code
class RegistrationConfig(AppConfig): """ This class will configure Registration app """ name = "registration"Ancestors
- django.apps.config.AppConfig
Class variables
var name