Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Just a little heads up for Django newcomers. Don't install Django with apt. The official Git repo is best so you can get the latest bug fixes. If you want a turn-key solution, use Pip.


Don't you mean the official SVN release?

https://docs.djangoproject.com/en/1.3/topics/install/#instal...

I believe all the Git repos are just mirrors of SVN.


I prefer GIT, so I recommend GIT. I see no need to turn this into a SVN vs GIT discussion.


I'm a Git user too, so no flaming: I just feel it's best to get source code from the original source in case the mirror isn't up to date for whatever reason.


The official GIT mirror found at http://github.com/django/django/ is automatically updated every 5 minutes.


People used to do this before, but most have finally started using the versioned releases. It makes things easier for everyone. You shouldn't use Django trunk in production unless you have a very good reason to.


On the projects I am working on, we have encountered bugs in the Django 1.3 stable release. So, based on my own experience, I recommend using Django trunk (with extensive testing of course).




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: