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 hashes)