summaryrefslogtreecommitdiff
path: root/examples/manage-webpylike.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove executable bit for example scriptsScott Talbert2021-11-101-0/+0
| | | | | The shebangs were removed in 13e8428, leaving these as executable but with no interpreter.
* remove unused module docstringsDavid Lord2020-03-191-14/+0
|
* run pyupgrade on examplesDavid Lord2020-03-171-1/+0
|
* apply code stylecode-styleDavid Lord2019-03-081-16/+30
| | | | | | | * reorder-python-imports * line fixers * black * flake8
* example cleanup and compatDavid Lord2019-03-081-1/+1
|
* standardize copyright and licenseDavid Lord2019-02-121-2/+2
|
* Update examplesAntonio Ossa2017-03-281-4/+47
| | | | | | | | | Every manage-<example>.py file used werkzeug.script a deprecated (and now definitely removed) module. The new cli are powered by click [1] [1]: https://github.com/pallets/click Signed-off-by: Antonio Ossa <aaossa@uc.cl>
* 2008 -> 2009 and fixed inconsistency in LICENSE.Armin Ronacher2009-01-061-1/+1
|
* Next release will be 0.4.1, improved copyright messages.Armin Ronacher2009-01-021-1/+1
|
* added web.py like example applicationArmin Ronacher2007-11-281-0/+26
--HG-- branch : trunk