Last updated:
0 purchases
djangopde 0.5.0
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.