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 againdjango-modelviews overview
Recent commits See more »
| Author | Revision | Comments | Message | Labels | Date |
|---|---|---|---|---|---|
|
|
9a25cad7a0b4 |
Documentation in progress |
|
||
|
Will Larson
|
6d70110cd775 |
All tests are now passing. |
|
||
|
Will Larson
|
45d3937d57aa |
Removed the test testing the Article model, since it was a sanity |
|
||
|
Will Larson
|
f21c71f537eb |
Added minimal rss/atom mimetype coverage to the mimetype detection test. |
|
||
|
Will Larson
|
0c73f83f8d5a |
Fixed small typo. |
|
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/'