Http451 implementation for django
Project description
=====
Http451
=====
Http451 is a simple Django app that implements http451 on django. It implements the following IEFT RFC:
https://tools.ietf.org/html/rfc7725
https://tools.ietf.org/id/draft-sahib-451-new-protocol-elements-03.txt
Quick start
-----------
1. Install http451 via pip : `pip install django-http-451`
2. Add 'http451' to your INSTALLED_APPS settings like:
INSTALLED_APPS = [
...
'http451',
]
3. Run `python manage.py migrate` to create the http451 models.
4. Start the development server and visit the admin page
5. Block a resource add it through the admin page http451 section
Http451
=====
Http451 is a simple Django app that implements http451 on django. It implements the following IEFT RFC:
https://tools.ietf.org/html/rfc7725
https://tools.ietf.org/id/draft-sahib-451-new-protocol-elements-03.txt
Quick start
-----------
1. Install http451 via pip : `pip install django-http-451`
2. Add 'http451' to your INSTALLED_APPS settings like:
INSTALLED_APPS = [
...
'http451',
]
3. Run `python manage.py migrate` to create the http451 models.
4. Start the development server and visit the admin page
5. Block a resource add it through the admin page http451 section
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
django-http-451-0.1.tar.gz
(2.4 MB
view details)
File details
Details for the file django-http-451-0.1.tar.gz.
File metadata
- Download URL: django-http-451-0.1.tar.gz
- Upload date:
- Size: 2.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87224f4d0a991f4bf30cf59ba647de3e9699bc3778ae01d8c0e192dc64608884
|
|
| MD5 |
a374e29b517c443e333f5223dc4bb276
|
|
| BLAKE2b-256 |
cf45fe5e3272617ef04899f69f9c2a35732001aa558ddb9f71f5e684fea57e4f
|