Changes between Version 16 and Version 17 of DjangoAndPyPy


Ignore:
Timestamp:
Jan 1, 2011, 11:43:56 AM (13 years ago)
Author:
TryPyPy
Comment:

Try to update and warn about lots of stale info.

Legend:

Unmodified
Added
Removed
Modified
  • DjangoAndPyPy

    v16 v17  
     1''This contains outdated info about compile time and memory requirements, Python version support, limitations, etc.''
     2
    13You can run Django on PyPy, and it appears to be running reasonably well. By Django version 1.0 the current issues should have been resolved.
    24For now you can get a project like Pinax from Django Hotclub up and running with a bit of extra work.
    35
     6== Download a PyPy binary ==
     7http://pypy.org/download.html
     8
    49== Check out PyPy ==
     10If downloading a binary doesn't work for you, you can check out and build PyPy yourself.
     11
    512{{{
    613svn co http://codespeak.net/svn/pypy/dist pypy-dist
Back to Top