mirror of
https://github.com/daniviga/django-ram.git
synced 2025-12-05 13:38:43 +01:00
Rename DCC project into RAM
RAM: Railroad Assets Manager
This commit is contained in:
6
ram/portal/utils.py
Normal file
6
ram/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