from the book Learning website developement with django Demo
Features:
- Added Bootstrap3
- Ported to Django 1.8
- Modified Comment Section
- Modified Login Section
- Modified tag autocomplete section as jqueryUi autocomplete is used
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser python manage.py runserver