Django webapp which allows users to subscribe to an event.
https://www.python.org/downloads/release/python-279/
- Windows 32-bit https://www.python.org/ftp/python/2.7.9/python-2.7.9.msi
- Windows 64-bit https://www.python.org/ftp/python/2.7.9/python-2.7.9.amd64.msi
- pip install -r requirements/requirements-base.txt
- python manage.py runserver
- python manage.py runserver portnumber
https://docs.djangoproject.com/en/1.7/
https://docs.djangoproject.com/en/1.7/misc/design-philosophies/