Initial content as generated from scaffold
This commit is contained in:
commit
9b0bbb74c2
27 changed files with 748 additions and 0 deletions
12
rattail_tutorial/db/model/__init__.py
Normal file
12
rattail_tutorial/db/model/__init__.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# -*- coding: utf-8; mode: python; -*-
|
||||
"""
|
||||
Rattail Tutorial data models
|
||||
"""
|
||||
|
||||
from __future__ import unicode_literals, absolute_import
|
||||
|
||||
# bring in all the normal stuff from Rattail
|
||||
from rattail.db.model import *
|
||||
|
||||
# add Rattail Tutorial models
|
||||
from .core import Rattail_tutorialCustomer
|
Loading…
Add table
Add a link
Reference in a new issue