Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 239 Bytes

README.MD

File metadata and controls

21 lines (14 loc) · 239 Bytes

Instalação

''' sudo apt-get install python-pip git

git clone projeto

cd projeto

pip install -r requirements.txt '''

Para rodar

''' python project/manage.py runserver '''

Acessar no browser localhost:8000