Tool to deploy a Django App onto GCP
Project description
Django Deploy
Django Deploy is an experimental tool designed to make it easier to deploy new and existing Django applications on public clouds (e.g. Kubernetes Engine).
Currently, Django Deploy can only
- Deploy to Kubernetes Engine.
- Deploy applications created using its own template code.
Django Deploy is an experimental project not official supported by Google.
Usage
For detailed instructions see USAGE.
Development Workflow (Linux)
Verify that Python 3.5 or later is installed:
python3 -V
Clone the project and cd to it's directory:
git clone https://github.com/GoogleCloudPlatform/django-cloud-deploy
cd django-cloud-deploy
Create a new virtual environment and install pipenv
:
virtualenv -p python3 venv
source venv/bin/activate
pip install pipenv
Install Django-GKE in edit mode:
pipenv install -e .
Run it:
django_gke new
Code modifications will be reflected in the next run of django_gke
.
Contribute
Check out our CONTRIBUTING to find out how you can help.
License
This project is licensed under the Apache License - see the LICENSE file for details
This is not an officially supported Google product.
Status
Django Deploy is an experimental project not official supported by Google.
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
Hashes for django-cloud-deploy-0.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a19195c8ff278488864e095ca6179fa33207a4cccfdb7d51b303d66096d87677 |
|
MD5 | 59eaabb5b66b54952f1ca0d0c4c40b90 |
|
BLAKE2b-256 | 4003627c355bf023bf46e6bc9d21a41b5b8746e8eabf04e09c4daf1e7bfa82eb |
Hashes for django_cloud_deploy-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fb281d56500d055f94e86d032c0c882ee276fb8dab34dfa5054841c3caabed3 |
|
MD5 | a5fb453f68dd0536e475886df8b6c544 |
|
BLAKE2b-256 | 0629ce64116ce3f39f2c1124af382b485c9f85782ff171139cd37505923b0d74 |