Qoddi builds your Django app automatically from Git and manages everything your app needs to thrive! Deploy and scale your apps in seconds on Qoddi's tier 1 infrastructure and network.
Push your code from any GIT compatible software. Qoddi automatically builds a dedicated environment to run your app securely.
Manage your portfolio of apps in a single view using a straightforward Dashboard. Instantly see what version of your app is deployed and roll back to a stable version without recompiling. Manage your app’s environment-specific configurations with external config vars.
Qoddi's horizontally and vertically scalable architecture makes sure your app stays alive and performs no matter what happens. Auto scaling automatically adds ressources to your app to handle spikes of traffic.
Qoddi auto-heal makes sure your app stays online if something goes wrong and alerts you if you need to take action. Monitor CPU and RAM usage to know when it's time to scale.
Create your app on Git
Add a requirements.txt file
Provision a Django app on Qoddi
Add deploy key to GitHub
Click Deploy and Build
Your app is live!
Qoddi builds your Django app according to the Procfile settings : web or worker, and add all required libraries from the requirements.txt file. The requirements.txt file is mandatory and will automatically add all required extensions via pip at the app building phase. Qoddi uses gunicorn and heroku-django to run Django applications.
Qoddi's marketplace includes all the tools you need to increase the possibilities of your Django App. From databases (including MongoDB, Postgres and MySQL) to Minio S3 block storage, you can launch additional add-ons as standalone apps reachable from all your apps.
Qoddi's allows you to specify a version of the Python runtime by including it within a runtime.txt file. If the runtime.txt file is not present, Qoddi will use the last stable version of Python to build the app.
Qoddi's Metrics dashboard helps you identify many kinds of performance problems, while live logs are available at any time. Qoddi's exclusive virtual disk technology allows you to add a virtual storage disk to your app for log storage and export or analysis.