django: create project/app

This commit is contained in:
Charlotte Gaskell 2025-08-02 00:38:53 +01:00
parent 387fd0d9b4
commit c98beebc10
Signed by: charlotte
GPG key ID: 8B93BA001088A340
13 changed files with 221 additions and 0 deletions

3
app/models.py Normal file
View file

@ -0,0 +1,3 @@
from django.db import models
# Create your models here.