Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 263 Bytes

File metadata and controls

18 lines (9 loc) · 263 Bytes

install python 3.*

install django 1.10

pip install django==1.10

install crispy-form

pip install django-cispy-forms

install pagedown

pip install django-pagedown

open terminal or cmd in the directory and write

python manage.py runserver``