Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 631 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 631 Bytes

Chilango Django website project

Setting up the project on your local environment:
  1. You must be working on a virtual environment (virtualenv or virtualenvwraper[favorite])
  2. Install all python dependencies with: $ pip install -r requirements.txt
  3. Set up all de local environment variables that are defined on the Heroku project settings.
BEFORE PUSHING TO MASTER:

Plase meake sure you haver no bugs unitl we create a test system. ;) Also remember to keep DEBUG on False, so in that way we could just push to production without problems