Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 354 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (25 loc) · 354 Bytes

CONTRIBUTE TO THE PROJECT

Install virtual environment

pip install virtualenv wrapper-win

Make environment

mkvirtualenv name_of_env

Install Django

pip install django

Clone repository

git clone URL

Make and commit changes

git commit -m 'commit message'

Push your commit

git push origin master