virtualenvwrapper.django

Software Screenshot:
virtualenvwrapper.django
Software Details:
Version: 0.2
Upload Date: 11 May 15
Developer: Doug Hellmann
Distribution Type: Freeware
Downloads: 3

Rating: nan/5 (Total Votes: 0)

virtualenvwrapper.django is a template plugin for virtualenvwrapper.project to create new Django projects automatically. When used with mkproject, virtualenvwrapper.django 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

Requirements:

  • virtualenvwrapper
  • Python

Other Software of Developer Doug Hellmann

rst2marsedit
rst2marsedit

14 Apr 15

rst2blogger
rst2blogger

14 Apr 15

Comments to virtualenvwrapper.django

Comments not found
Add Comment
Turn on images!