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
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 details)
File details
Details for the file qdj-0.4.tar.gz.
File metadata
- Download URL: qdj-0.4.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6f2db3a98c420830444800a925916b51ebad906e5cb867fd201c93bfa613a0d
|
|
| MD5 |
d89150c6056304c0e729437279e1f247
|
|
| BLAKE2b-256 |
89789462fc0458bb6c45ce1c2b20f5ca0eb146a2936ca8df9387c089dd9421a5
|