# Deploying Django Apps

### Packaging a Django App in Docker

I [wrote a blog ](https://wiki.jamesravey.me/Serving%20Django%20inside%20Docker%20the%20Right%20Way)about packaging django apps up for shipping in docker.

### Check Utility

Use the `manage.py check` command to ensure that your site is ready for prod usage.

### Resources

[Deploy A Site Live - Matt Layman](https://www.mattlayman.com/understand-django/deploy-site-live/) ([mirror](https://archive.jamesravey.me/archive/1705845709.513886/index.html))