Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 506 Bytes

File metadata and controls

21 lines (18 loc) · 506 Bytes

DJANGO BOOKMARKS

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

Install

    pip install -r requirements.txt
    python manage.py migrate
    python manage.py createsuperuser

RUN

    python manage.py runserver