Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit d3f84b8

Browse files
committed
updated README and added CHANGES file to track updates/changes
1 parent b3396c0 commit d3f84b8

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

Diff for: CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
07 March 2016
2+
3+
Updated PDF to reflect a good note by Daniel Kraft (@wamdamdam on twitter) that Docker should be considered "heavy" for use by developers and can introduce another way for "worked for me" issues to appear.
4+
5+
Filed Issue #1 for this and to noodle on how to work other examples into the slides.

Diff for: PythonFlaskTesting.pdf

-656 KB
Binary file not shown.

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ Resources and Notes from the Python Testing talk I gave at DeveloperWeek 2016
66
- Slide Notes: [https://github.com/bear/PythonFlaskTesting/raw/master/PythonFlaskTesting.txt]
77
- Tenki Repo: [https://github.com/bear/tenki]
88
- Video: [https://vimeo.com/heavybit/review/156050325/24eb7154d8]
9+
10+
Articles:
11+
- write article about modern uwsgi and python
12+
- needs uwsgi v2+ (may require building)
13+
- needs flask app to be installable (so it lives in the python environment and you don't have to modify pythonpath)
14+
- write article about starting uwsgi in the user/virtualenv
15+
- upstart, runit, systemd
16+
- emperor mode vs individual processes https://uwsgi-docs.readthedocs.org/en/latest/Upstart.html

0 commit comments

Comments
 (0)