[API] Convert view functionality to serializer
[API] Ingest Lat and Lng in event creation
added cors headers to settings file, and changed request.post to json.loads(request.body) for frontend
changes requested
added cors headers to settings file, and changed request.post to json.loads(request.body) for frontend
remove ai comments, here and below
added cors headers to settings file, and changed request.post to json.loads(request.body) for frontend
fix in all files
added cors headers to settings file, and changed request.post to json.loads(request.body) for frontend
import json needs to be at the top of the file, in alphabetical order... there are three blocks of imports separated by blank space in between, first is python native packages, then third party packages, then packages we create.