3
0
Fork 0

Add wutta make-appdir subcommand

This commit is contained in:
Lance Edgar 2023-11-22 00:01:46 -06:00
parent 5e971e4b0c
commit 13472a5ab5
9 changed files with 180 additions and 2 deletions

View file

@ -0,0 +1,6 @@
``wuttjamaican.commands.make_appdir``
=====================================
.. automodule:: wuttjamaican.commands.make_appdir
:members:

View file

@ -10,6 +10,7 @@
app
commands
commands.base
commands.make_appdir
commands.setup
conf
db

View file

@ -15,6 +15,11 @@ Glossary
just one database (for simple apps) which uses PostgreSQL for the
backend.
app dir
Folder containing app-specific config files, log files, etc.
Usually this is named ``app`` and is located at the root of the
virtual environment.
app handler
Python object representing the core of the :term:`app`. There is
normally just one "global" app handler, which is an instance of