Refactor eventify urlpatterns to include new bookings endpoint

This commit is contained in:
Vivek P Prakash
2026-01-28 16:52:06 +05:30
parent 7fee636fca
commit 88b3aafb0b
10 changed files with 155 additions and 0 deletions

3
ledger/views.py Normal file
View File

@@ -0,0 +1,3 @@
from django.shortcuts import render
# Create your views here.