Files
project_banjo_app/crochet_patterns/app/views.py

5 lines
153 B
Python
Executable File

from banjo.models import Model, StringField, IntegerField, FloatField, ForeignKey
from banjo.http import BadRequest
class Pattern(Model):
name=