issues
search
SaiSVemula
/
RoomBookingService
0
stars
0
forks
source link
feat(CRUDViews)
#12
Closed
SaiSVemula
closed
1 month ago
SaiSVemula
commented
1 month ago
added basic crud views
get_rooms
create_bookings
upate_bookings
delete_rooms
also added the urls to access these views
SaiSVemula
commented
1 month ago
Reverted the older pull request with the models and admin changes.
Updated gitignore as I forgot to add migrations to it.
Commented the csrf to exclude it from uploading
Added the models back