COPS-IITBHU / hackalog-backend

https://cops-hackalog.herokuapp.com/
5 stars 19 forks source link

Added Hackathon CRUD API Views #6

Closed shubhanshu02 closed 3 years ago

shubhanshu02 commented 3 years ago

The following changes are proposed with this PR.

  1. Added Generic CreateAPIView for hackathon object creation
  2. Added Generic RetrieveUpdateDestroyAPIView for accessing and modifying hackathons with their id
  3. Added Hackathon Serializer
  4. Ran manage.py makemigrations to remove date and max_score fields from the hackathon table.