Deploying Django Apps
Packaging a Django App in Docker
I wrote a blog 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.
I wrote a blog about packaging django apps up for shipping in docker.
Use the manage.py check
command to ensure that your site is ready for prod usage.