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
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file djburger-0.6.2.tar.gz
.
File metadata
- Download URL: djburger-0.6.2.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e3010c83c774d22060b1ea39962cda42d85f9b367c2e3e510b657803790935d |
|
MD5 | 5126921f82638a92c4f3c65cf6f15009 |
|
BLAKE2b-256 | a01b33a76d81d063f17680a5cee303566d47bab2135c8cc2b1409621c68c8029 |