I'm uploading my first Django project to a Linux server, where I should put my project in the filesystem?
With a PHP, or ASP project, everything goes into /var/www, would it be ok to do the same and add my Django project to the /var/www folder?
|
I'm uploading my first Django project to a Linux server, where I should put my project in the filesystem? With a PHP, or ASP project, everything goes into |
||||
|
In the Django tutorial it states:
|
|||
|
|
|
|
|||||
|
/sites/foo/,/sites/bar/(each is avirtualenv) – Timmy O'Mahony Dec 11 '12 at 15:30