Skip to main content

REST-based Django CrUD-Views

Project description

django-restviews REST-based Django CrUD-Views

Introduction

Django is a great framework for efficient, rapid, maintainable and scalable web applications. With the addition of REST frameworks like the Django REST Framework, an API-based approach to web development is also possible.

This Django application fills one specific gap: If you have an API-based approach to your development, you don’t want to build a separate web UI, that is based on the Django view/template/model-framework and doesn’t adhere to your own API-standards.

You want a UI, that specifically uses the API for data retrieval and manipulation. Having the API and not the web UI as a first class citizen is a primary goal of an API-based approach.

The problem is, that you loose a whole bunch of development speed if you have to leave Django’s wonderful generic class based views behind and recreate the same functionality the AJAX/API-way.

Django-Restviews helps you by offering a complete CrUD-framework (Create, Update, Delete) and a data grid that all use the API for data retrieval and manipulation and in that way offers an alternative for Django’s own class based generic views.

For more information, please visit https://github.com/dploeger/django-restviews

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-restviews-1.0-rc1.tar.gz (19.6 kB view details)

Uploaded Source

File details

Details for the file django-restviews-1.0-rc1.tar.gz.

File metadata

File hashes

Hashes for django-restviews-1.0-rc1.tar.gz
Algorithm Hash digest
SHA256 b7554cfb9024eda02322b08cdc1aadfc1669621b2f8160d9b23e9a46e3b37f98
MD5 5f228204d3e54b53ed31df0a355b3a39
BLAKE2b-256 683d6b67134bc074e974bae42fe4303f810f74c6621cb0f8ad7f094cffd4612e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page