e11sync

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

apps.py (144B) - Raw


      1 from django.apps import AppConfig
      2 
      3 
      4 class SignupConfig(AppConfig):
      5     default_auto_field = 'django.db.models.BigAutoField'
      6     name = 'signup'