File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ sidebartitle: uWSGI
77meta: 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",
1312is 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
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments