Skip to main content

virtualenvwrapper plugin to create a Django deploy work directory

Project description

virtualenvwrapper.djangodeploy is a template plugin for virtualenvwrapper to create new a virtualenv for deploying a django project. 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.djangodeploy

Usage

$ mkproject -t djangodeploy djangodeploy_test
New python executable in djangodeploy_test/bin/python
Installing setuptools, pip...done.
Creating /Users/tino/Dev/projects/djangodeploy_test
Setting project for djangodeploy_test to /Users/tino/Dev/projects/djangodeploy_test

Applying template djangodeploy

(djangodeploy_test)$ tree
.
├── code
├── conf
├── log
├── media
└── static

5 directories, 0 files

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

virtualenvwrapper.djangodeploy-1.0.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

virtualenvwrapper.djangodeploy-1.0.0-py2.py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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