I decided on the project app I will make and answered all the questions in the planning file. After this I will first start working on the models file to add the differnt classes for overall structure and to use in the views file.

This commit is contained in:
ambreenn
2026-03-27 17:31:52 -04:00
parent f4f6782f2c
commit 2c0940fe12
6 changed files with 11 additions and 5 deletions

0
crochet_patterns/app/models.py Executable file
View File

5
crochet_patterns/app/views.py Executable file
View File

@@ -0,0 +1,5 @@
from banjo.models import Model, StringField, IntegerField, FloatField, ForeignKey
from banjo.http import BadRequest
class Pattern(Model):
name=