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
93 Bytes
Edit
Raw
Normal View
History
7a1effdd
haribo
scheduler app cre...
1 2 3 4 5
from django.apps import AppConfig class SchedulerConfig(AppConfig): name = 'scheduler'