aericson / cdrf.co

Classy Django REST Framework

Home Page:http://cdrf.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classy Django REST Framework.

What is this?

Django REST framework is a powerful and flexible toolkit that makes it easy to build Web APIs. It provides class based generic API views and serializers. We've taken all the attributes and methods that every view/serializer defines or inherits, and flattened all that information onto one comprehensive page per class. This project is heavily based on Classy Class-Based Views and was developed by Vinta Software Studio.

Dependencies

  • Python 2.7
  • s3cmd (For deploy)

Building

pip install -r requirements.txt

fab build

The first build will take a while.

To run locally:

fab runserver

Deployment

create a .env file with the content:

AWS_BUCKET_NAME=''
AWS_ACCESS_KEY_ID=''
AWS_SECRET_ACCESS_KEY=''

Make sure you have built it as instructed above and deploy via

fab deploy

Help

If you have any questions or need help, please send an email to: contact@vinta.com.br

About

Classy Django REST Framework

http://cdrf.co

License:MIT License


Languages

Language:Python 42.3%Language:HTML 38.7%Language:CSS 15.5%Language:JavaScript 3.5%