initial template for app based on wuttaweb

with e.g. `poser install` command
This commit is contained in:
Lance Edgar 2024-11-26 11:16:09 -06:00
commit 46b33a622f
18 changed files with 344 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# -*- coding: utf-8; -*-
"""
{{cookiecutter.project_name}} Views
"""
def includeme(config):
# core views for wuttaweb
config.include('wuttaweb.views.essential')
# TODO: include your own views here
#config.include('{{cookiecutter.package_name}}.web.views.widgets')