Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 389 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 389 Bytes

django-monkeys

A framework for getting input from multiple users in an online environment.

A django project named monkeys that handles login and boiler-plate stuff, and an app named typer that lets the user type what they see in a given image.

Using:
Python 3.5+
Django 1.11

Dependencies:
pip install django-registration
pip install Pillow