David Larlet is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

david / django-modelviews

Backup of an old repository with useful ideas. Initial goal: integrating REST to django admin (class-based views).

Clone this repository (size: 85.8 KB): HTTPS / SSH
hg clone https://bitbucket.org/david/django-modelviews
hg clone ssh://hg@bitbucket.org/david/django-modelviews

django-modelviews overview

Recent commits See more »

Django ModelViews is a RESTful class-based views of your resources.

Documentation is in the "docs" directory.

This module is built on top of this patch
http://code.djangoproject.com/ticket/6735
but it is no longer necessary to apply it to
use the app.


To contribute to Django ModelView:

    * find me on irc.freenode.net: david`bgk on #django-dev
    
    * drop me an email: larlet@gmail.com



`` Running the ModelView tests suite``
===========================

The steps for running the ModelView test
suite are fairly simple.

1. Make sure the root folder is named 'django_modelview'.
2. Add the root folder to your Python path.
3. Type 'python manage.py test' in 'django_modelview/tests/'