Projects
Tailored for Django and Python
Our configs and scripts are tailored to make Django projects work out of the box.
Dedicated environment editor
Michman gives you a simple editor for your .env
file.
Your changes get applied on the next deployment.
You even get an example .env
file created for you
when you first configure project.
Gunicorn and Nginx pre-configured
Your servers come with Nginx pre-configured for Python with Gunicorn, so you don't have to waste your life figuring out how to make this setup work.
And you still get full customizability via the config editor, if you ever need it.
Easily run Celery queues and Celery Beat schedules
While Celery queues are a great feature of Django (and Python in general), they can be a bit of a faff to configure. But don't worry - we got it all figured out for you.