Hi All,
I am the beginner of python and i try to use django to build a web apps. I try to set up the databases. And I ran the following in consoles "python ./manage.py syncdb" and python manage.py run server . It is still fine. But, when i go to the site. I got "Not Found The requested URL / was not found on this server." When i see the error log , it got blank. So, do i missing any setting ? Any advise for me?
Thanks
Dave