I am trying to develop an sample project in Django and getting errors when I run the syncdb command.
This is how my project structure looks like:
/Users/djan
Review hour /etc/apache2/httpd.conf file; you must include the WSGIPythonPath directive, to indicate the folder which contains your Django project (manage.py file), like:
WSGIPythonPath /home/user/Projects/Django/MyProject
also if you used some weird port in your VirtualHost, specify if for listening:
Listen 90
Hope this helps somebody