Выгрузил сайт на VPS. настроил виртуальное окружение, апач. Ввожу в строку браузера путь до сайта, а он мне выбрасывает джанговский дебаг:
Page not found (404)
Request Method: GET
Request URL: http://my_address/site_name/
Using the URLconf defined in site_name.urls, Django tried these URL patterns, in this order:
^version/
^search/$ [name='search']
^$ [name='showIndex']
^pages/
^news/
^stocks/
^admin/
^redactor/
^i18n/
^media/(?P<path>.*)$
^static\/(?P<path>.*)$
^media\/(?P<path>.*)$
The current URL, site_name/, didn't match any of these.
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
В чем может быть косяк?