django-pde

Django app that can be used to easily manage development of other django packages


License
gnuplot
Install
pip install django-pde==0.5.0

Documentation

quick setup

pip install django-pde;
pip install https://github.com/danleyb2/django-pde/archive/master.zip # from src

django-admin startproject myproject;
cd myproject;
python manage.py startapp myapp;

# add pde to INSTALLED_APPS

python manage.py pde -n myapp;   #creates a new package for myapp
python manage.py pde -n myapp -dest /home/danleyb2/packages;   #creates a new package for myapp in the path specified by `-dest`