A Django deployment package for all hosting types.
Project description
Django spanner Setup:
First, create an YAML file similar to sample_config.yaml and fill the configuration details.
Next, create a
fabfile.py
in your project directory and import all functions(fab commands/tasks) from django_spanner.Finally, call setup() function with your configuration yaml file path.
Here is an example fabfile -
# fabfile.py
from django_spanner.commands import *
setup("fabconfig.yaml")
Usage:
To list all the fab commands:
fab -l
To install the requirements on your local system, you can run the command as follows
fab run_local activate_env_install_requirements
(or)
fab activate_env_install_requirements
To run a command on staging/live host,
fab [run_local/run_stage/run_live] <command_name>
NOTE:
By default, all the functions will run on the local system.
You can view the complete Documentation Here
Questions, Comments, etc?
We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us here
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
File details
Details for the file django-spanner-0.0.4.tar.gz
.
File metadata
- Download URL: django-spanner-0.0.4.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 545d56c17304380727fedd8653f6782dfd58bbe7fb1578194d801a310e81a242 |
|
MD5 | ad962a706656f100e4925ba56b06ca4e |
|
BLAKE2b-256 | 7d603b53ff3813d55ff856e2a3e2306751f283144e3be23351dd0d1aa91bb40e |