Skip to content

mhanygin/rest-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTFull for models

RESTFull interface for Django models/

Detailed documentation is in the "docs" directory.

Quick start

  1. Add "rest" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'rest',
    )
    
  2. Include the polls URLconf in your project urls.py like this:

    url(r'^rest/', include('rest.urls')),
    
  3. Operations:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages