Skip to main content

Framework for views in big projects on Django.

Project description

# DjBurger

Documentation on other languages:

* [Russian](README.ru.md)

**DjBurger** -- patched views format for big projects on Django.

Dataflow:

1. **Decorators**.
2. **Validator**.
3. **ErrorSerializer**.
4. **Controller**.
5. **PostValidator**.
7. **Serializer**.

Required only Controller and Serializer.

## Installation

### STABLE

```bash
pip install djburger
```

### DEV

Using pip:

```bash
sudo pip install -e git+https://github.com/orsinium/djburger.git#egg=djburger
```

In `requirements.txt`:

```bash
-e git+https://github.com/orsinium/djburger.git#egg=djburger
```


...

TODO

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

djburger-0.6.2.tar.gz (9.4 kB view hashes)

Uploaded Source

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