Feat: Purchase View

This commit is contained in:
2024-06-29 20:58:29 -05:00
parent 2039a19b16
commit 90217926df
3 changed files with 55 additions and 2 deletions

View File

@@ -17,6 +17,9 @@ Including another URLconf
from django.contrib import admin
from django.urls import include, path
app_name = "don_confiao"
urlpatterns = [
path("don_confiao/", include("don_confiao.urls")),
path('admin/', admin.site.urls),