Skip to main content

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

Project description

https://badge.fury.io/py/django-pde.svg

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-pde-0.5.0.tar.gz (20.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page