Voucher Wheel is a powerful tool to engage your customers by giving them a chance to win a prize by spinning a lucky wheel.
Developed in Python, Django and Javascript, Voucher Wheel is fully customisable in an admin portal.
The wheel was made in Scalable Vector Graphics (SVG) making the website fully responsive and flexible for your needs.
The voucher Wheel can be used as a stand-alone Squeeze Page or Landing Page to capture emails and build a newsletter list. Or as a plugin or popup to your website!
virtualenv
.
Virtualenv is a tool to create such environments. You can install it by using pip:
pip install virtualenv
virtualenv venv
source venv/bin/activate
wheel
folder and run the following commands:pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py collectstatic
python manage.py loaddata prizes