Add wutta make-appdir
subcommand
This commit is contained in:
parent
5e971e4b0c
commit
13472a5ab5
9 changed files with 180 additions and 2 deletions
|
@ -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