Making it pretty

This commit is contained in:
Raynaldo Rivera
2014-10-05 18:34:02 -07:00
parent a021141b47
commit b748c223c8
25 changed files with 231 additions and 142 deletions

View File

@@ -1,9 +1,9 @@
from django.conf import settings # import the settings file
from django.conf import settings
def alliance_id(request):
# return the value you want as a dictionnary. you may add multiple values in there.
return {'ALLIANCE_ID': settings.ALLIANCE_ID}
def alliance_name(request):
# return the value you want as a dictionnary. you may add multiple values in there.
return {'ALLIANCE_NAME': settings.ALLIANCE_NAME}