A Django app to manage DevOps.
Project description
Table of Contents
What is django-DevOps?
The goal of this repository is to provide a set of programatic tools to help you build and deploy your Django projects. This is done by defining best practices for the following:
- Service and Config file management
- Auto deploy from GIT
Getting Started
To install the package, run the following command:
pip install django-DevOps
Then add django_devoop
to your INSTALLED_APPS
list in your settings.py
file.
INSTALLED_APPS = [
...
'django_devops',
...
]
For additional pip information visit: https://pypi.org/project/django-DevOps/
Configuration Files
Under your project folder create a config_files
and service_files
folder to place files to be deployed.
Manage Commands
Command | Description |
---|---|
devops | Guided project review. (Reccomended) |
update_services | Similar to "collectstatic", this command will deploy config and service files from the project folder. |
Directory Structure
.
├── .github # CI/CD using GitHub Actions and other functions.
└── django_devops # Main package directory.
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
django-DevOps-0.2.2.tar.gz
(5.9 kB
view details)
Built Distribution
File details
Details for the file django-DevOps-0.2.2.tar.gz
.
File metadata
- Download URL: django-DevOps-0.2.2.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9aa7fef3a370c82b0b3c2d53ba95839d1c980701a043772150610cc091388aee |
|
MD5 | 1f3af39e78a92fac555e726b88b54748 |
|
BLAKE2b-256 | b806c9889fedaa9e2925014992f23c670b1a3079a2061e8fbb6201452a4190fc |
File details
Details for the file django_DevOps-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: django_DevOps-0.2.2-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81c334f0b1c9e80dc487e32754386a9cca21de205330e953f5ce345bb7afd6c8 |
|
MD5 | 74caf62d620a36b80d2b528aa7ee363d |
|
BLAKE2b-256 | cc74199c4a50789c6613186ef0612dbc2a89c55c1e99f21aec59fb08baeaaa21 |