virtualenvwrapper plugin to create a Django project work directory
Project description
virtualenvwrapper.django is a template plugin for virtualenvwrapper to create new Django projects automatically. When used with mkproject, it installs Django into the new virtualenv then runs django-admin.py to create a new project skeleton.
Installation
$ pip install virtualenvwrapper.django
Usage
$ mkproject -t django my_fancy_new_site
site_filename is /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.pyc
New python executable in my_fancy_new_site/bin/python
Installing distribute...done.
... virtualenv and project directories are created ...
Applying template django
Downloading/unpacking django
Downloading Django-1.2.4.tar.gz (6.4Mb): 6.4Mb downloaded
Running setup.py egg_info for package django
Installing collected packages: django
Running setup.py install for django
changing mode of build/scripts-2.7/django-admin.py from 644 to 755
changing mode of /Users/dhellmann/.virtualenvs/my_fancy_new_site/bin/django-admin.py to 755
Successfully installed django
Cleaning up...
virtualenvwrapper.django Running "django-admin.py startprojects my_fancy_new_site"
(my_fancy_new_site)$ find .
.
./my_fancy_new_site
./my_fancy_new_site/__init__.py
./my_fancy_new_site/manage.py
./my_fancy_new_site/settings.py
./my_fancy_new_site/urls.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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file virtualenvwrapper.django-0.4.tar.gz.
File metadata
- Download URL: virtualenvwrapper.django-0.4.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77d26b3f14f65f133e30a0d7ffb4de3d7d1e7ed9af7259286f834bf13e6e1d41
|
|
| MD5 |
db79d212d8aeb66a509c56c84b007ecc
|
|
| BLAKE2b-256 |
da1d16b418245322b71426f97c85176c20eb3f3ea2d74598e34c6d2fa16cea7d
|
File details
Details for the file virtualenvwrapper.django-0.4-py3-none-any.whl.
File metadata
- Download URL: virtualenvwrapper.django-0.4-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d244e3dcbdb65ce21ef3bac54de6185a1449a4f614d675e878c91aee5ba82bca
|
|
| MD5 |
eea89a2ad0590dcbfee96ccd6091f208
|
|
| BLAKE2b-256 |
0f53dcae9909b1971d769b2a56603d0b852d924f4d5356a3956324c1581f238a
|