Skip to content
Snippets Groups Projects
Select Git revision
  • dev-and-graphics
  • master default protected
  • datepicker-non-cdn
  • readable-ak-times
  • feature-constraint-checking-wip
  • feature-constraint-checking
6 results

INSTALL.md

Blame
  • Forked from KIF / AKPlanning
    Source project has a limited visibility.
    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'