Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
/ recaptcha_vault Public archive

A public document vault for django featuring protection againt enumeration via recaptcha

License

Notifications You must be signed in to change notification settings

cskarby/recaptcha_vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recaptcha_vault

Code Health

Introduction

A public document vault for django featuring protection againt enumeration via recaptcha.

recaptcha_vault is a django application. Read more about Django: https://www.djangoproject.com/

License

This software is licensed under the BSD license. See LICENSE in the source code repository.

Requirements

Installation and demo

Tested with python 2.7, git and virtualenv: | virtualenv testenv | cd testenv | . bin/activate | git clone https://github.com/csk-nki/recaptcha_vault.git | cd recaptcha_vault | pip install -r requirements.txt | ./manage.py runserver

Watch the instructions from the latter command to see where the demo is running.

Next steps

  • If you are new to django, try the tutorial:

https://docs.djangoproject.com/en/1.5/intro/tutorial01/ * See testenv/recaptccha_vault/demo/settings.py for hints about which settings you need to set for your project.

Source control management and home page

See https://github.com/csk-nki/recaptcha_vault for latest update on this software.

About

A public document vault for django featuring protection againt enumeration via recaptcha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published