Re: Deployment in Django

2014-03-24 Thread Aryak Sengupta
Alrught .. thanks a lot .. :) On Mon, Mar 24, 2014 at 4:17 PM, Lachlan Musicman wrote: > There's no such thing as a proper Git repository for Django, or even a > proper layout for django. > > But you really can't go wrong following the advise offered in Two > Scoops of Django by Daniel Greenfel

Re: Deployment in Django

2014-03-24 Thread Lachlan Musicman
There's no such thing as a proper Git repository for Django, or even a proper layout for django. But you really can't go wrong following the advise offered in Two Scoops of Django by Daniel Greenfeld and Audrey Roy. First up, they say exactly that - there is no "right" way. Then they follow with "

Re: Deployment in Django

2014-03-23 Thread Aryak Sengupta
Is there any proper guideline or tutorial for creating a git repository for Django projects before using pythonanywhere for publishibg it? Thanks On 22 Mar 2014 20:20, "Amim Knabben" wrote: > Probably the ones you read there... > > If you aren't new on Linux, install the env on Virtualenv (go f

Re: Deployment in Django

2014-03-22 Thread Amim Knabben
Probably the ones you read there... If you aren't new on Linux, install the env on Virtualenv (go for virtualenvwrapper, it will give you some hackable shortcuts), I like PostgreSQL most, for static/media stuff normally I use Nginx, and for WSGI Gunicorn, the guys from New Relic have an awesome mo

Re: Deployment in Django

2014-03-22 Thread Ariel E. Isidro
After git, pythonanywhere is a simple way to deploy and publish. On Mar 22, 2014 9:02 PM, "Kamal Kaur" wrote: > On Sat, Mar 22, 2014 at 2:50 PM, Aryak Sengupta > wrote: > > But what is the simplest and the easiest way to go about deployment? > > > > P.S. I am new to Django. > > Starting with a s

Re: Deployment in Django

2014-03-22 Thread Kamal Kaur
On Sat, Mar 22, 2014 at 2:50 PM, Aryak Sengupta wrote: > But what is the simplest and the easiest way to go about deployment? > > P.S. I am new to Django. Starting with a small app, following a good tutorial is not a bad idea! And the simplest, it lets you start from basics. Make sure you use git

Deployment in Django

2014-03-22 Thread Aryak Sengupta
What is the simplest way to go about Django deployment? So far, I have found stuffs like pythonanywhere and Django's own deployment tutorial But what is the simplest and the easiest way to go about deployment? P.S. I am new to Django. -- You received this message because you are subscribed to t