skyzito / conference

The conference website for 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The conference website for 2015

Technologies

  • Python 3.4
  • Django 1.7.4
  • SQLite 3

Contributing

  1. Check issues
  2. Fork project and contribute

Enviroment with Python v3

  1. Install packages your system (Ex. Ubuntu 14.10)
    sudo apt-get install python3-dev
    sudo apt-get install python3-pip
    
  2. Create virtualenv with Python3 (Ex. Ubuntu 14.10)
    virtualenv --python=/usr/bin/python3 <env_path>
    

Best practices

  1. PEP8
  2. Docstrings
  3. Language code English

About

The conference website for 2015

License:MIT License


Languages

Language:Python 100.0%