Remove all migration files and unused CSS files from the project.
This commit is contained in:
parent
440f5a7df4
commit
16897b6010
28 changed files with 265 additions and 2278 deletions
5
core/context_processor.py
Normal file
5
core/context_processor.py
Normal 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()}
|
||||
Loading…
Add table
Add a link
Reference in a new issue