{% extends "base.html" %} {% block lang %}en{% endblock lang %} {% block title %}Code{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Open-Source Code

Content Browser

A way to browser content on the Web without the navigation/social/comments crap in a readability way.

Documentation & repository

Django ROA

ROA (or WOA) stands for Resource (or Web) Oriented Architecture, it’s about Service Oriented Architecture (SOA) with web constraints. Django ROA allows you to access remote resources (API) using the Django ORM. Use Django’s ORM to model remote API resources.

Documentation | Repository

Django storages

An attempt to regroup all Django storages. Firstly, it was just a home for an S3 one but now there are storages for FTP, MogileFS, Image and so on. Do not hesitate to participate and to submit your one! Note that I can’t test all submitted storages.

Documentation | Repository

Django OAuth+

Support of OAuth in Django. The whole specification is used as test and many projects use it in production. The "plus" fork uses the more robust python-oauth2 and fix some bugs.

Documentation | Repository

Django invitation

Built on top of django-registration, it restricts registration to a given number of invited person per active user (strategy introduced by GMail to involve 2.0 users).

Documentation | Repository

Django-fr

The website of the French community. It mainly contains translated documentation and useful links.

Website | Documentation | Repository
{% endblock content %}