GITLAB
PYROS-IRAP
/
pyros
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
src/scheduler/apps.py
92 Bytes
Edit
Raw
Normal View
History
7a1effdd
haribo
scheduler app cre...
1 2
from django.apps import AppConfig
7a1effdd
haribo
scheduler app cre...
3 4
class SchedulerConfig(AppConfig): name = 'scheduler'