Add services and SSH keys.
[cas.git] / src / services / apps.py
1 from django.apps import AppConfig
2
3
4 class ServicesConfig(AppConfig):
5     name = 'services'