Please i have a question
here is the path to my django project
(testproject)yems@yems ~/Documents/testproject/hotel $
(testproject)yems@yems ~/Documents/testproject/hotel $ ls
blog event gallery home hotel manage.py yems
(testproject)yems@yems ~/Documents/testproject/hotel $ cd event
(testproject)yems@yems ~/Documents/testproject/hotel/event $ ls
admin.py admin.pyc __init__.py __init__.pyc models.py models.pyc templates tests.py views.py views.pyc
(testproject)yems@yems ~/Documents/testproject/hotel/event $
I have to add this at the bottom of my httpd.conf file in the apache
WSGIScriptAlias / /path/to/mysite.com/mysite/wsgi.py
WSGIPythonPath /path/to/mysite.com
<Directory /path/to/mysite.com/mysite>
<Files wsgi.py>
Require all granted
</Files>
</Directory>
so how can i add this path , am some how confused here