This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
ShariX_Open
/
sharix-open-webapp-design-template
Suivre
7
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
1
Wiki
Aborescence:
d9f42154b9
Branches
Tags
master
unstable
sharix-open-web...
/
context_processors.py
context_processors.py
104 B
Historique
Raw
1
2
3
4
from core import settings
def get_name_system(request):
return {'NameSystem':settings.NAME_SYSTEM}