Skip to content

jlujan/django-pug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-pug

Django project for running a Python User Group

Getting Started

The project is meant to be run from a virtualenv

git clone https://github.com/jlujan/django-pug.git

virtualenv --no-site-packages ./django-pug

cd django-pug

source bin/activate

pip install -r requirements.pip

export PYTHONPATH=./src:$PYTHONPATH

export DEVELOPMENT=1

cd src

python manage.py syncdb

python manage.py runserver

About

Django project for running a Python User Group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published