Skip to content
Snippets Groups Projects
apps.py 103 B
Newer Older
  • Learn to ignore specific revisions
  • from django.apps import AppConfig
    
    
    class DeterminationsConfig(AppConfig):
    
    Dan Braghis's avatar
    Dan Braghis committed
        name = 'determinations'