Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Yup, you're right - it's a problem and there is a bug for it: <a href="http://code.djangoproject.com/ticket/2879" rel="nofollow noreferrer">http://code.djangoproject.com/ticket/2879</a></p> <p>Just, you might then encounter multithreaded problems, intentionally ommited: <a href="http://code.djangoproject.com/ticket/10117" rel="nofollow noreferrer">http://code.djangoproject.com/ticket/10117</a> <a href="http://code.djangoproject.com/ticket/4513" rel="nofollow noreferrer">http://code.djangoproject.com/ticket/4513</a> <a href="http://code.djangoproject.com/ticket/3357" rel="nofollow noreferrer">http://code.djangoproject.com/ticket/3357</a></p> <p>I am frustrated, thus I wrote a library that includes starting live server in separate thread and cleaning it afterwards: <a href="http://devel.almad.net/trac/django-sane-testing/" rel="nofollow noreferrer">http://devel.almad.net/trac/django-sane-testing/</a> . It also starts Django's server multithreaded by runtime monkeypatching and you can use cherrypy http instead (which is better anyway).</p> <p>Only problem is it requires you to use nose as test framework (100% backward compatibility with standard unittest, but if you're already using something else...). You can then just use --with-django and --with-djangoliveserver/--with-cherrypyliveserver. No idea how it will work with thrift.</p> <p>Just beware:</p> <ul> <li>Please do not bug Django devs with bugreports, you're on your own</li> <li>Windmill provides same solution, so if you're using windmill, you'll probably have port conflicts</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload