Metadata-Version: 2.1
Name: django-DevOps
Version: 0.1.0
Summary: A Django app to manage DevOps.
Home-page: https://github.com/justinmerrell/django-DevOps
Author: Justin Merrell
Author-email: merrelljustin@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/justinmerrell/django-DevOps/issues
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.6
License-File: LICENSE

# django-DevOps

All the essential tools to go from development to production.

## Configuration

Under your project folder create a ```config_files``` and ```service_files``` folder to place files to be deployed.


