Skip to main content

A django-specific enhancement to virtualenvwrapper's mkvirtualenv function to setup the settings and pythonpath variables, auto-install requirements, set the project path, and install git modules if possible.

Project description

Performs the command mkvirtualenv ENV_NAME, but also:

  • sets the directory to jump to when the virtualenv is activated

  • sets the PYTHONPATH and DJANGO_SETTINGS_MODULE in the postactivate hook

  • auto-installs dependencies if there is a requirements.txt file

  • auto-inits git submodules if there are any

This is intended to save environment setup busywork after pulling down a django project from github.

This does not run django-admin.py startproject, instead it is for configuring the environment for an existing django project. If you are looking for a way to create an empty django project with virtualenvwrapper, check out the [virtualenvwrapper.django template plugin for virtualenvwrapper](http://www.doughellmann.com/projects/virtualenvwrapper.django/).

Usage

source mkdjangovirtualenv [–settings DJANGO_SETTINGS_MODULE] ENV_NAME [PROJECT_DIRECTORY]

Options

--settings DJANGO_SETTINGS_MODULE

Provide a python import path for the settings file. Defaults to project.settings

ENV_NAME

The name for the virtualenv

PROJECT_DIRECTORY

Provide a path to the root of the project. May be a relative path, defaults the current working directory.

Installation

sudo pip install mkdjangovirtualenv

This will pull down the latest copy of the scripts from PYPI and place them in your path. You can then run the mkdjangovirtualenv script directly.

For the best expierence, source the mkdjangovirtualenv.sh file just after your source virtualenvwrapper.sh in your startup scripts. For example, my ~/.bash_profile has:

# virtualenv export WORKON_HOME=$HOME/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh source /usr/local/bin/mkdjangovirtualenv.sh

The benefit of this approach is that it makes it a bash function instead of a script, so it will actually activate the new virualenv for you, whereas the script would have needed to be run with source to have the same affect.

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

mkdjangovirtualenv-0.0.3.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file mkdjangovirtualenv-0.0.3.tar.gz.

File metadata

File hashes

Hashes for mkdjangovirtualenv-0.0.3.tar.gz
Algorithm Hash digest
SHA256 a22668ae3022f3e9aba793d8632b386a215f9921d4b9409a75dde3421896767c
MD5 02fedb67f3aabc9ee5c5f5f69f5c8389
BLAKE2b-256 55d47b76b827e0579fda932b3623631feb69193d546f059841a1f6f43214facd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page