Skip to main content

Beauty Django Views Mixin

Project description

# django-beauty-view

Django collection mixin view

## Requirements

* Python (2.7.x )
* Django (1.5+ )

## Installation

Install using `pip`

```shell
pip install django-beauty-view
```


## Usage & Example


```python
# -*- coding: utf-8 -*-
from django.views import generic
...

from beauty_view.auth import PermissionRequiredMixin


class Create(PermissionRequiredMixin, generic.CreateView):
...
permission_required = 'group.can_change'
...
```

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-beauty-view-0.0.4.tar.gz (2.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