Re: django on ubuntu

2014-11-24 Thread Collin Anderson
Also, in case you haven't seen it, the official django tutorial is amazing. https://docs.djangoproject.com/en/dev/intro/ On Saturday, November 22, 2014 10:42:13 AM UTC-5, Mosharof sabu wrote: > > hi > i a going to start django on ubuntu . can any one please give me > some link of good tut

Re: django on ubuntu

2014-11-22 Thread Tim Chase
On 2014-11-22 18:01, John wrote: > read up on virtualenv and do everything in a virtual python > environment. I can't second John's advice strongly enough. I started programming in Python over a decade ago and just finally broke down and investigated virtualenv/virtualenvwrapper ~2yrs ago and it

Re: django on ubuntu

2014-11-22 Thread Abhishek Batra
Hey Mosharof, Two links I'd like to pass on: 1. https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-django-with-postgres-nginx-and-gunicorn 2. http://www.jeffknupp.com/blog/2013/12/18/starting-a-django-16-project-the-right-way/ Thanks, Abhishek On Saturday, November 2

Re: django on ubuntu

2014-11-22 Thread John
Mosharof The standard Django tutorial works fine on Ubuntu. I would advise you, though, to read up on virtualenv and do everything in a virtual python environment. This may avoid a lot of pain with dependencies and is good practice in any case. John On 22/11/14 15:42, Mosharof sabu wrote: > hi