Skip to content

EllaQuimica/website-2018

 
 

Repository files navigation

PyCon Colombia 2018 website

This site is currently a minimal Flask app serving a single template.

Workflow

There are 2 branches, develop and production.

Develop

Default branch is develop and is deployed with gh-pages via Lektor to http://staging.pycon.co

Production

After test have been carried out by the QA Team, the changes from develop will be merged in production and deployed gh-pages via Lektor to http://pycon.co and http://2018.pycon.co

Run locally (Unix)

Using Pip and virtualenv

First install

$ python -m venv venv
$ venv/bin/activate
$ pip install -r requirements.txt

Usage

$ venv/bin/activate
$ FLASK_APP=app.py python -m flask run

Using conda

First install

$ conda create -n pycon2018 python=3.6 --file requirements.txt
$ source activate pycon2018
$ FLASK_APP=app.py python -m flask run

Usage

$ source activate pycon2018
$ FLASK_APP=app.py python -m flask run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 88.3%
  • HTML 11.0%
  • JavaScript 0.7%