Add wutta make-appdir
subcommand
This commit is contained in:
parent
5e971e4b0c
commit
13472a5ab5
9 changed files with 180 additions and 2 deletions
6
docs/api/wuttjamaican/commands.make_appdir.rst
Normal file
6
docs/api/wuttjamaican/commands.make_appdir.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.commands.make_appdir``
|
||||
=====================================
|
||||
|
||||
.. automodule:: wuttjamaican.commands.make_appdir
|
||||
:members:
|
|
@ -10,6 +10,7 @@
|
|||
app
|
||||
commands
|
||||
commands.base
|
||||
commands.make_appdir
|
||||
commands.setup
|
||||
conf
|
||||
db
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue