Skip to content

Commit b43bcfa

Browse files
committed
new uwsgi resource
1 parent dffd2bc commit b43bcfa

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

content/pages/05-deployment/24-uwsgi.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ sidebartitle: uWSGI
77
meta: uWSGI is a Python WSGI server implementation typically used for running Python web applications.
88

99

10-
# uWSGI
1110
[uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/)
1211
([source code](https://github.com/unbit/uwsgi)), pronounced "mu wiz gee",
1312
is a [Web Server Gateway Interface (WSGI) server](/wsgi-servers.html)
@@ -17,6 +16,11 @@ implementation that is typically used to run Python web applications.
1716

1817

1918
### uWSGI resources
19+
* [Configuring uWSGI for Production Deployment](https://www.techatbloomberg.com/blog/configuring-uwsgi-production-deployment/)
20+
explains how Bloomberg uses uWSGI as a production WSGI server
21+
for some of their Python projects and how to set it up for your
22+
own applications.
23+
2024
* The official [Django](/django.html) framework docs on
2125
[how to use Django with uWSGI](https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/uwsgi/)
2226
along with the corresponding official

content/pages/meta/00-change-log.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on GitHub.
1515

1616
## 2020
1717
### February
18-
* New [CSS](/cascading-style-sheets.html) and [task queue](/task-queues.html)
19-
resources.
18+
* New [CSS](/cascading-style-sheets.html), [task queue](/task-queues.html)
19+
and [uWSGI](/uwsgi.html) resources.
2020

2121
### January
2222
* Added new Django code example pages:

0 commit comments

Comments
 (0)