11 lines
214 B
Python
11 lines
214 B
Python
|
# -*- coding: utf-8; -*-
|
||
|
"""
|
||
|
Rattail Demo data model
|
||
|
"""
|
||
|
|
||
|
# bring in all the normal stuff from Rattail
|
||
|
from rattail.db.model import *
|
||
|
|
||
|
# also bring in CORE integration models
|
||
|
from rattail_corepos.db.model import *
|