Files @ e9ebf5da03ea
Branch filter:

Location: symposion_app/registrasion/apps.py

Christopher Neugebauer
Writes inventory and overview documentation, and updates docstrings on a LOT of modules.
1
2
3
4
5
6
7
8
from __future__ import unicode_literals
from django.apps import AppConfig


class RegistrasionConfig(AppConfig):
    name = "registrasion"
    label = "registrasion"
    verbose_name = "Registrasion"