mirror of
https://github.com/bspeice/Melodia
synced 2026-06-11 15:51:46 -04:00
Initial login templates and views
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ from django.http import HttpResponse
|
||||
|
||||
def json_response(**kwargs):
|
||||
#This is used to make sure that we have a standard json response
|
||||
response = []
|
||||
response = {}
|
||||
for key, value in kwargs.iteritems():
|
||||
response[key] = value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user