10 lines
180 B
Python
10 lines
180 B
Python
|
# -*- coding: utf-8; -*-
|
||
|
"""
|
||
|
{{cookiecutter.project_name}} data models
|
||
|
"""
|
||
|
|
||
|
# bring in all of wutta
|
||
|
from wuttjamaican.db.model import *
|
||
|
|
||
|
# TODO: import other/custom models here...
|