Skip to main content

Self-service onboarding and management platform for your cloud projects.

Project description

Cloud Projects for Django Latest version on PyPI

GitHub Workflow Status GitHub Workflow Status Python versions Software license

A pluggable Django web application for onboarding and managing applications and microservices on cloud platforms, the DevOps (DevSecOps) way.

Who Should Use This Application

Any sufficiently large organization runs a significant amount of software on modern cloud infrastructure nowadays, either in public clouds or on premise, in a private cloud. Onboarding this software, typically microservice or monolithic applications, is far from trivial though, especially on premise or with hybrid clouds. Unlike public clouds, which usually have onboarding processes well-defined for single applications, corporate environments run highly custom processes.

Cloud Projects allows organizations to build a self-service infrastructure that can be used by system engineers to automate parts of their usually manual onboarding activities and monitor the progress of those slow-moving activities. Mature agile organizations can even allow software development agencies to service themselves entirely and request corporate project management, DevOps and security specialists to support their engineering workforce through Cloud Projects.

Features

  • Mature software development capabilities (Django Web framework)

  • Pluggable infrastructure for flexible application development (Django apps)

  • Usable defaults and easy configuration (Django settings)

Installation

The easiest way to install django-cloudprojects is with pip:

$ pip install django-cloudprojects

Basic Usage

  1. Add cloudprojects to your Django project settings, e.g.

INSTALLED_APPS = [
    ...
    'cloudprojects',
]
  1. Add cloudprojects to your project urls module, e.g.

urlpatterns = [
    url('', cloudprojects.urls),
    ...
]

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-cloudprojects-0.1.0.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

django_cloudprojects-0.1.0-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

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