0

I am looking for ready made deployment tool for django. Looking for tools like following which uses config files value to make deployment.

  1. Meteor-up for deployment of meteor.js project.
  2. python-lambda for department of python code to AWS lambda.
Pavan Kumar
  • 1,715
  • 1
  • 24
  • 48

1 Answers1

1

I have created dockdj python tool, given that I didn't find the deployment tool like Meteor-up for Django.

Please find the link to the dockdj here: https://github.com/pavanputhra/dockdj

Pavan Kumar
  • 1,715
  • 1
  • 24
  • 48