Skip to main content

A Django app to manage DevOps.

Project description

django-DevOps

Code Quality Script Check   CodeQL

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

No more returning to the same Stackoverflow pages every time you start a new project just to remind yourself what directory config files should be placed in. All files can now be managed from a project level and quickly deployed/updated.

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.

A config file with the same name as the project will be treated as the NGINX config file and copied to aite-available.

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


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.3.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

django_DevOps-0.2.3-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file django-DevOps-0.2.3.tar.gz.

File metadata

  • Download URL: django-DevOps-0.2.3.tar.gz
  • Upload date:
  • Size: 6.5 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

Hashes for django-DevOps-0.2.3.tar.gz
Algorithm Hash digest
SHA256 85653a51445daa747cbd90b613c1686294c6689851c327c707fe1906589ac48f
MD5 0c94f3b20bf72b284110619458fbac9d
BLAKE2b-256 a55edc0ade953ef0d20afc05d569a2ea42ba56d3a17a1b77ae9595d7d3494609

See more details on using hashes here.

File details

Details for the file django_DevOps-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: django_DevOps-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 9.0 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

Hashes for django_DevOps-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9520555aae8090dc5973030530a03d8cf2dc4a6301eebb2ed681f615343a7a9a
MD5 f4687e914e0769fa40ccd535f9b06074
BLAKE2b-256 83f4436f1ba20e343f917eefb0020da0caf40a86b25e21d439d9e4e153236f97

See more details on using hashes here.

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