Addons site is a highly trafficked site that serves out data to all Firefox users. The site was on PHP and ported to Python. This talk covers how it was ported from PHP to Python and the challenges that we faced.
On the way we’ve built a lot of libraries and modules for security, performance and other tools. I’ll highlight those so you can re-use in your own Django projects. After all, the entired sites code is open source.
Andy is a Senior Web Developer at Mozilla. As a Canadian he tweets and blogs about curling, skiing, politics, maple syrup, bears and all things from the great white north.
Comments on this page are now closed.
For information on exhibition and sponsorship opportunities at the conference, contact Sharon Cordesse at (707) 827-7065 or scordesse@oreilly.com.
Download the OSCON Sponsor/Exhibitor Prospectus.
View a complete list of OSCON contacts
Comments
github.com/WoLpH/django-statsd
Is another library by someone else and isn’t relevant. I would need more info about anything else, please file an issue on the github issue tracker:
github.com/andymckay/django...
I tried using the django-statsd but there seems to be a few versions and potentially mismatches in documentation.
All of them had issues in their initial configuration and none of docs seemed in sync with the code – the docs even specified deprecated classes to use.
Any help here would be great.
Thanks!
The code for addons.mozilla.org is at github.com/mozilla/zamboni
Hi Andy. When I read that the Addons site is open source, I tried to find it, but it was incredibly difficult since search results are all cluttered with actual addons, their code and their sites. With specific searches on mozilla.org, I got to wiki.mozilla.org/AMO:Projects, but no luck there. At the end I reached 2 SCM hosts: github.com/mozilla (362 public repos) and hg.mozilla.org (24 public repos).
I’d love to see where can I get that source code, and many more may be interested as well.
Thanks