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
Release history Release notifications | RSS feed
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.djangodeploy-1.0.0.tar.gz
.
File metadata
- Download URL: virtualenvwrapper.djangodeploy-1.0.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 674728f79072a1515e9031024ef1081f37e616aa121b6cde478da00972c49ed2 |
|
MD5 | a68f82a5c422d696872781cbdf4cdb49 |
|
BLAKE2b-256 | a3c5f33a00df3f9cf7f7d8ece7c9eafee67360916ebb9824977c1e565fb7f2c0 |
File details
Details for the file virtualenvwrapper.djangodeploy-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: virtualenvwrapper.djangodeploy-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b05114e21c83e98aee293b4dd4555d6d2758250aeac0cbace8b36d325b0f928f |
|
MD5 | ac45c259cde34bf4a2d872b2b59a079a |
|
BLAKE2b-256 | b2fc1ebd2e22ee53bac466cc28862acd260d7cdaa2b1a6e7c38a88c7948e43db |