Looks like I got it figured out ...
The problem was in urls.py file in /var/www/polls/pollngo in this line:
urlpatterns = patterns('polls.views',
I changed it to
urlpatterns = patterns('polls.pollngo.views',
and it started to work! Yey!
Tonu
Tonu Mikk wrote:
> Hello,
>
> I am trying to po
Hello,
I am trying to port a django project that is working with development
server to be served from Apache Virtual Host, but having some trouble
configuring the correct directories. Any help is appreciated. This is
with Django version 1, Apache 2.2 + mod_python.
The virtual host is at pol
2 matches
Mail list logo