cookiecutter-wuttaweb/{{ cookiecutter.repo_name }}/{{ cookiecutter.package_name }}/db/model/__init__.py
Lance Edgar 46b33a622f initial template for app based on wuttaweb
with e.g. `poser install` command
2024-11-26 11:16:09 -06:00

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...