mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Run black on py
This commit is contained in:
@@ -2,5 +2,5 @@ from django.apps import apps
|
||||
|
||||
|
||||
def get_site_conf():
|
||||
SiteConfiguration = apps.get_model('portal', 'SiteConfiguration')
|
||||
SiteConfiguration = apps.get_model("portal", "SiteConfiguration")
|
||||
return SiteConfiguration.get_solo()
|
||||
|
Reference in New Issue
Block a user