generated from mwc/project_banjo_app
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:
0
crochet_patterns/app/models.py
Executable file
0
crochet_patterns/app/models.py
Executable file
5
crochet_patterns/app/views.py
Executable file
5
crochet_patterns/app/views.py
Executable file
@@ -0,0 +1,5 @@
|
||||
from banjo.models import Model, StringField, IntegerField, FloatField, ForeignKey
|
||||
from banjo.http import BadRequest
|
||||
|
||||
class Pattern(Model):
|
||||
name=
|
||||
Reference in New Issue
Block a user