---
title: "Deploying Django"
version: 2.0
locale: es
source: https://docs.djangoproject.com/es/2.0/howto/deployment/
canonical: https://djangodocs.dev/es/2.0/howto/deployment/
---
# Deploying Django

Django’s chock-full of shortcuts to make Web developer’s lives easier, but all
those tools are of no use if you can’t easily deploy your sites. Since Django’s
inception, ease of deployment has been a major goal.

- [How to deploy with WSGI](/es/2.0/howto/deployment/wsgi/)
- [Deployment checklist](/es/2.0/howto/deployment/checklist/)

If you’re new to deploying Django and/or Python, we’d recommend you try
[mod\_wsgi](/es/2.0/howto/deployment/wsgi/modwsgi/) first. In most cases it’ll be
the easiest, fastest, and most stable deployment choice.
