Clean project

This commit is contained in:
Raynaldo Rivera
2014-10-08 19:12:19 -07:00
parent d095478e4f
commit 54af97dd64
70 changed files with 0 additions and 3317 deletions

View File

View File

@@ -1,13 +0,0 @@
from django.conf import settings
def alliance_id(request):
return {'ALLIANCE_ID': settings.ALLIANCE_ID }
def alliance_name(request):
return {'ALLIANCE_NAME': settings.ALLIANCE_NAME }
def jabber_url(request):
return {'JABBER_URL': settings.JABBER_URL }