Changes between Version 16 and Version 17 of DjangoAndPyPy
- Timestamp:
- Jan 1, 2011, 11:43:56 AM (14 years ago)
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 1 3 You 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. 2 4 For now you can get a project like Pinax from Django Hotclub up and running with a bit of extra work. 3 5 6 == Download a PyPy binary == 7 http://pypy.org/download.html 8 4 9 == Check out PyPy == 10 If downloading a binary doesn't work for you, you can check out and build PyPy yourself. 11 5 12 {{{ 6 13 svn co http://codespeak.net/svn/pypy/dist pypy-dist