I have a Django installation at /home/masi/mySite.
How can you set that the files at the folder */home/masi/public_html/mySite* uses the Django installation?
|
I have a Django installation at /home/masi/mySite. How can you set that the files at the folder */home/masi/public_html/mySite* uses the Django installation? |
|||||
|
In http.conf the python path will specify the location of the django project. Also http://www.djangoproject.com/ provides great documentation. |
|||||
|
|
you can use .htaccess files too
|
|||
|