Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 601 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 601 Bytes

partners

This is an example app of Django It has been use at Codemotion 2016 Madrid Speech. A list of partners and forms to add them

INSTALATION Checkout your project on local

INSTALL PYTHON 3.5.4

First you have to set your enviroment. An env is where you install everything you need totally independant for other projects. Create a folder of envs outside your projects. Set on that folder. python3 -m venv --without-pip myenv

Activate this env source myenv/bin/activate

At terminal write so it will download all dependencies that you need for this project pip install -r requirements.txt