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
File details
Details for the file virtualenvwrapper.django-0.4.1.tar.gz
.
File metadata
- Download URL: virtualenvwrapper.django-0.4.1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a34b6a7298f0e9d2ec3000784417b0ba66308e641dd60bdad1f60060a5c23df1 |
|
MD5 | 21a2616805083bb57bc539bc09903c32 |
|
BLAKE2b-256 | dbe38fcf5dadad547e288de80775e71c42b6d6ee376a8a23554ecea574a47fee |
File details
Details for the file virtualenvwrapper.django-0.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: virtualenvwrapper.django-0.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8bef12416a7c53f08fc0768534cd9c3c37c0046b3ee8eb4d4ea1cce47085595 |
|
MD5 | 3ebf4cc00b665323c26bdad4019d8e7e |
|
BLAKE2b-256 | 478f4427a6f4101b93897f45fbf0d0a1181a2a3ed5be6694ac9224fe315b99d3 |