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 http://code.welldev.org/django-modelviews
commit 5: 09d4c8655670
parent 4: f1e139854d36
child 6: 77fe6fc4bdf4
Testing branch, based on BaseView instead of BaseDetailView. tests
Will Larson
2 years ago

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

View at rev
django-modelviews /
filename size last modified message
generic  
test_project  
__init__.py 0 B 2 years ago Initial commit of the testing stuff. Almost working.
base.py 3.8 KB 2 years ago Testing branch, based on BaseView instead of BaseDetailView.
models.py 0 B 2 years ago Testing branch, based on BaseView instead of BaseDetailView.
rest_views.py 11.7 KB 2 years ago Testing branch, based on BaseView instead of BaseDetailView.
tests.py 0 B 2 years ago Testing branch, based on BaseView instead of BaseDetailView.

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