Skip to content

shivakrshn49/classy-django-rest-framework

 
 

Repository files navigation

Classy Django REST Framework. Build Status Coverage Status

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

Tests

Install test dependencies: pip install -r requirements-test.txt

Run the tests with: fab test

Help

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

About

Classy Django REST Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.0%
  • HTML 29.1%
  • CSS 11.4%
  • JavaScript 2.5%