10 lines
161 B
Python
10 lines
161 B
Python
![]() |
# -*- coding: utf-8; -*-
|
||
|
"""
|
||
|
Wutta Demo data models
|
||
|
"""
|
||
|
|
||
|
# bring in all of wutta
|
||
|
from wuttjamaican.db.model import *
|
||
|
|
||
|
# TODO: import other/custom models here...
|