Changed description to 'UNRES portal'
[qcg-portal.git] / qcg / apps.py
1 from django.apps import AppConfig
2
3
4 class QCGPortalConfig(AppConfig):
5     name = 'qcg'
6     verbose_name = "Portal UNRES"
7
8     def ready(self):
9         import signals