mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-05 05:37:50 +02:00
More work on the UI
This commit is contained in:
6
dcc/portal/utils.py
Normal file
6
dcc/portal/utils.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import apps
|
||||
|
||||
|
||||
def get_site_conf():
|
||||
SiteConfiguration = apps.get_model('portal', 'SiteConfiguration')
|
||||
return SiteConfiguration.get_solo()
|
Reference in New Issue
Block a user