extua / party-protest

Cool raves in your area, under construction!
MIT License
0 stars 0 forks source link

location is nullable and returns... null #1

Closed extua closed 4 days ago

extua commented 4 days ago

Using the test event, try creating an event, all the information is there except location, which is null.

extua commented 4 days ago

useful curl command

curl -X POST -d @test_event.json http://127.0.0.1:8000/api/new_event --header "Content-Type:application/json"