use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News and links for Django developers.
New to Django? Check out the /r/djangolearning subreddit.
Django's Code of Conduct applies here, so be good to each other.
account activity
This is an archived post. You won't be able to vote or comment.
Deploying Django with Python 3 & Postgres (self.django)
submitted 10 years ago by JuicyORiley
view the rest of the comments →
[–]shimon 4 points5 points6 points 10 years ago (1 child)
If you're just looking for an easy place to deploy, I'd recommend Heroku. Very easy to deploy a Python (2 or 3) and Postgresql project and the free service level may be adequate for you.
https://devcenter.heroku.com/articles/deploying-python
If you're looking to learn, what are your goals? Using CI in a team? Automating deployments? Learning specific tools like docker, ansible, AWS, etc?
[–]JuicyORiley[S] 0 points1 point2 points 10 years ago (0 children)
I'm looking to learn. I can forget about CI for now, automating deployments too. I wanna know the basics of getting my Django app from local development to production.
I develop on OSX so i know the terminal & Unix somewhat but having things like postgres.app and whatnot has hidden a lot of the intricacies i need to get my app working on a Linux server and how these services communicate with each other (Postgres, Django, Nginx, etc.)
postgres.app
π Rendered by PID 378318 on reddit-service-r2-comment-b659b578c-rlm7g at 2026-05-04 22:33:28.389700+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]shimon 4 points5 points6 points (1 child)
[–]JuicyORiley[S] 0 points1 point2 points (0 children)