PyConPune/pune.pycon.org

Name: pune.pycon.org

Owner: PyCon Pune

Description: null

Created: 2016-10-25 07:31:26.0

Updated: 2017-12-06 07:45:03.0

Pushed: 2017-12-21 06:15:05.0

Homepage: null

Size: 18808

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

PyCon Pune 2018

Development Environment

To setup the development environment follow these steps:

  1. First install virtualenv.
    r Ubuntu
     apt install python3-pip
     install virtualenv
    

For Fedora

sudo dnf install python3-pip pip3 install virtualenv

hen create a virtualenv using

mkdir ~/.virtualenvs virtualenv –python=which python3 ~/.virtualenvs/pycon

hen activate this virtualenv, you have to do this everytime you start
orking on the project

source ~/.virtualenvs/pycon/bin/activate

o start working you need to check out the development branch

git clone https://github.com/PyConPune/pune.pycon.org.git cd pune.pycon.org

o install Django and all the packages related to this project

pip install -r requirements.txt

nce all the packages are installed you will need to setup the django database:

python3 manage.py migrate

unning the django server:

python3 manage.py runserver

isit `http://127.0.0.1:8000/` on your browser and start working

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.