44cdd088be
subrepo: subdir: "vendor/regidesk" merged: "a8096d0" upstream: origin: "git@gitlab.com:LCA2018/registrasion-desk.git" branch: "master" commit: "a8096d0" git-subrepo: version: "0.3.1" origin: "???" commit: "???"
7 lines
132 B
Python
7 lines
132 B
Python
from __future__ import unicode_literals
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class RegideskConfig(AppConfig):
|
|
name = 'regidesk'
|