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.7 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/django-modelviews

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
django-modelviews /
filename size last modified message
contrib  
docs  
generic  
tests  
AUTHORS 88 B 2 years ago Added test running instructions to README, and my name to…
LICENSE 1.5 KB 2 years ago Add administrative stuff
README 698 B 2 years ago Added test running instructions to README, and my name to…
__init__.py 0 B 2 years ago Initial commit of the testing stuff. Almost working.

README

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/'