Skip to content
Snippets Groups Projects
Commit 293d4688 authored by Teemu Autto's avatar Teemu Autto
Browse files

Base.

parent 3adf3be0
No related branches found
No related tags found
1 merge request!20Merge of the changes done in propaedeutic.
from .db import db
from mongoengine import (
StringField,
)
class User(db.Document):
...
class Item(db.Document):
"""
A model for items that are listed on the auction site.
"""
title = StringField(max_length=200, required=True)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment