Remove all migration files and unused CSS files from the project.

This commit is contained in:
mrtoine 2025-12-10 19:42:08 +01:00
parent 440f5a7df4
commit 16897b6010
28 changed files with 265 additions and 2278 deletions

View file

@ -0,0 +1,5 @@
from .models import SiteSettings
def site_settings(request):
# On récupère le premier objet, ou None s'il n'existe pas encore
return {'settings': SiteSettings.objects.first()}