Skip to content
Snippets Groups Projects
Select Git revision
  • f3a4224aa7c7f2b58fb4ffdbb13917d565c889d3
  • main default protected
2 results

00-introduction.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    apps.py 167 B
    from django.apps import AppConfig
    
    
    class AkonlineConfig(AppConfig):
        """
        App configuration (default -- only to set the app name)
        """
        name = 'AKOnline'