Skip to content

lauralacarra/partners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Django example code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published