Skip to content

mozmark/django-csp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

django-csp-example

An example project for playing with django-csp changes

git clone https://github.com/mozmark/django-csp-example.git
git clone https://github.com/mozmark/django-csp.git
virtualenv venv
source venv/bin/activate
pip install django
pip install django-jinja
cd django-csp
python setup.py install
cd ../django-csp-example
python manage.py runserver 8080

Then just point your browser at http://localhost:8080

you can play with the template in csptest/templates

About

An example project for playing with django-csp changes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages