Skip to content
Snippets Groups Projects
apps.py 128 B
Newer Older
  • Learn to ignore specific revisions
  • from django.apps import AppConfig
    
    
    class FormsConfig(AppConfig):
        name = 'opentech.public.forms'
        label = 'public_forms'