Skip to main content

QDJ is 'django-admin.py startproject', but with your own project templates. The project starter for obsessives with deadlines.

Project description

QDJ is django-admin.py startproject, but with your own templates. The project starter for obsessives with deadlines.

Install qdj:

# pip install qdj

Create a project template:

# qdj create

Created Django 1.3 template in /Users/nath/.qdj/1.3

Check out the template:

# cd ~/.qdj/1.3

# find

.

./hooks.py

./files

./files/settings.py

./files/manage.py

./files/urls.py

./files/__init__.py

Add a dynamic requirements file:

# echo >>files/requirements.txt "django == {{ django_version }}"

Start a new project using our template:

# cd /tmp

# qdj start myproject

Show the created files:

# find myproject

myproject

myproject/requirements.txt

myproject/settings.py

myproject/manage.py

myproject/urls.py

myproject/__init__.py

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

qdj-0.4.tar.gz (5.5 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