<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/mod_wsgi.git/src/server/management/commands, branch develop</title>
<subtitle>github.com: GrahamDumpleton/mod_wsgi.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/'/>
<entry>
<title>Don't use sub process if debug mode.</title>
<updated>2022-04-19T03:10:13+00:00</updated>
<author>
<name>Graham Dumpleton</name>
<email>Graham.Dumpleton@gmail.com</email>
</author>
<published>2022-04-19T03:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=921bcfa12b9a6c424c6d25e9c6cb4471fbdb2238'/>
<id>921bcfa12b9a6c424c6d25e9c6cb4471fbdb2238</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't attempt to import WSGI module as could have side effects.</title>
<updated>2020-09-24T03:16:53+00:00</updated>
<author>
<name>Graham Dumpleton</name>
<email>Graham.Dumpleton@gmail.com</email>
</author>
<published>2020-09-24T03:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=f6f721326c63fd734076a8e30c103f32ad85e727'/>
<id>f6f721326c63fd734076a8e30c103f32ad85e727</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always run tty check.</title>
<updated>2020-09-24T03:06:49+00:00</updated>
<author>
<name>Graham Dumpleton</name>
<email>Graham.Dumpleton@gmail.com</email>
</author>
<published>2020-09-24T03:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=25fc9d3c9c6fe6d976a5f730d57c19a2613297c7'/>
<id>25fc9d3c9c6fe6d976a5f730d57c19a2613297c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import Django WSGI application as module not script file path so relative imports work.</title>
<updated>2018-03-25T23:49:57+00:00</updated>
<author>
<name>Graham Dumpleton</name>
<email>Graham.Dumpleton@gmail.com</email>
</author>
<published>2018-03-25T23:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=126e60a6c83d8645fd512d97df7047454a0742c1'/>
<id>126e60a6c83d8645fd512d97df7047454a0742c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include actual isatty check still when using --isatty option.</title>
<updated>2018-02-05T23:19:21+00:00</updated>
<author>
<name>Graham Dumpleton</name>
<email>Graham.Dumpleton@gmail.com</email>
</author>
<published>2018-02-05T23:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=7fbc1da40edf050596d45acf5cee51fbd9a5ed4b'/>
<id>7fbc1da40edf050596d45acf5cee51fbd9a5ed4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --isatty option to mod_wsgi-express as interim option for ignoring SIGWINCH when in interactive terminal session.</title>
<updated>2018-01-23T12:58:25+00:00</updated>
<author>
<name>Graham Dumpleton</name>
<email>Graham.Dumpleton@gmail.com</email>
</author>
<published>2018-01-23T12:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=55d768eef5435a8228d7e61124a68c5f9be5b87c'/>
<id>55d768eef5435a8228d7e61124a68c5f9be5b87c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't automatically host static files with runmodwsgi if WhiteNoise middleware being used with Django.</title>
<updated>2018-01-23T10:59:55+00:00</updated>
<author>
<name>Graham Dumpleton</name>
<email>Graham.Dumpleton@gmail.com</email>
</author>
<published>2018-01-23T10:59:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=37cb2e17d88bf071fe764a51fb9f383473c02695'/>
<id>37cb2e17d88bf071fe764a51fb9f383473c02695</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow --working-directory option to override calculated directory when using Django management command integration.</title>
<updated>2017-10-01T04:47:48+00:00</updated>
<author>
<name>Graham Dumpleton</name>
<email>Graham.Dumpleton@gmail.com</email>
</author>
<published>2017-10-01T04:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=1e02f60a72535698cd269cc2e31a6cc3f57dd9a2'/>
<id>1e02f60a72535698cd269cc2e31a6cc3f57dd9a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using --url-alias with runmodwsgi management command with Django would fail for Python 3.</title>
<updated>2017-01-21T03:36:04+00:00</updated>
<author>
<name>Graham Dumpleton</name>
<email>Graham.Dumpleton@gmail.com</email>
</author>
<published>2017-01-21T03:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=435cb243916fc72132afdf34fa2bdce31d566ab5'/>
<id>435cb243916fc72132afdf34fa2bdce31d566ab5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Supposed to use type, not string name. Breaking Django 1.7 and older.</title>
<updated>2016-12-17T04:29:24+00:00</updated>
<author>
<name>Graham Dumpleton</name>
<email>Graham.Dumpleton@gmail.com</email>
</author>
<published>2016-12-17T04:29:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/mod_wsgi.git/commit/?id=9b66c8f7e2277ba733f930097e91a7d5fdddfccf'/>
<id>9b66c8f7e2277ba733f930097e91a7d5fdddfccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
