feat(purchase/): add purchase app

This commit is contained in:
2026-03-20 12:03:57 +01:00
parent e46f034d9e
commit 84a6c4cf5e
8 changed files with 51 additions and 0 deletions

3
purchase/views.py Normal file
View File

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