This website works better with JavaScript
Home
Explore
Help
Sign In
ShariX_Open
/
sharix-open-webapp-design-template
Watch
7
Star
0
Fork
0
Files
Issues
0
Pull Requests
1
Wiki
Tree:
acb1e88797
Branches
Tags
master
unstable
sharix-open-web...
/
context_processors.py
context_processors.py
104 B
History
Raw
1
2
3
4
from core import settings
def get_name_system(request):
return {'NameSystem':settings.NAME_SYSTEM}