CARVIEW |
Select Language
HTTP/2 200
server: nginx
content-type: text/html;charset=utf-8
cache-control: must-revalidate
expires: Fri, 01 Jan 1999 00:00:00 GMT
set-cookie: trac_form_token=a2c6bbed3aa08d20a695ab0d; HttpOnly; Path=/; Secure
set-cookie: trac_session=b607d197c1b781cdff0749b9; expires=Tue, 21 Oct 2025 05:28:27 GMT; HttpOnly; Path=/; Secure
strict-transport-security: max-age=31536000; includeSubDomains; preload
permissions-policy: interest-cohort=()
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
accept-ranges: bytes
via: 1.1 varnish, 1.1 varnish
date: Wed, 23 Jul 2025 05:28:27 GMT
x-served-by: cache-fra-eddf8230084-FRA, cache-bom-vanm7210048-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1753248507.966962,VS0,VE806
vary: Accept-Encoding
DjangoAndPyPy – Django
Back to Top
Django
The web framework for perfectionists with deadlines.
Issues
Running Django on PyPy boils down to installing both and running Django with pypy
instead of python
.
Download a PyPy binary from https://pypy.org/download.html and follow the install instructions there.
Run Django the usual way with PyPy:
pypy ./manage.py syncdb pypy ./manage.py runserver
PyPy runs the templating engine faster than CPython, but so far DB access is slower for some drivers.
Some C-based DB drivers don't work with PyPy. See the Compatibility Wiki for an overview of what works.
Last modified
14 years ago
Last modified on Feb 8, 2011, 10:31:20 PM
Note:
See TracWiki
for help on using the wiki.
Download in other formats:
Django Links
Learn More
Get Involved
Follow Us
- Hosting by In-kind donors
- Design by Threespot &
© 2005-2025 Django SoftwareFoundation unless otherwise noted. Django is a registered trademark of the Django Software Foundation.