Hi all, I've done a project to start 100% with Django, everything work
perfectly in development with python manage.py runserver , the program work
very well, like it has to, yesterday I finally could configure the server
with Apache with this manual
http://www.howtoforge.com/installing-django-on-debian-etch-apache2-mod_pythonI
follow but show me this error

ViewDoesNotExist at /

Could not import gastoGasolina.gasto.views. Error was: No module named
gasto.models

Request Method:         GET
Request URL:    http://localhost/gastoGasolina/
Django Version:         1.2.1
Exception Type:         ViewDoesNotExist
Exception Value:

Could not import gastoGasolina.gasto.views. Error was: No module named
gasto.models

Exception Location:     /usr/local/lib/python2.6/dist-
packages/django/
core/urlresolvers.py in _get_callback, line 132
Python Executable:      /usr/bin/python
Python Version:         2.6.2
Python Path:    ['/home/radicaled/Documents/gastoGastolina/src', '/usr/
lib/python2.6', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/
lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-
dynload', '/usr/lib/python2.6/dist-packages', '/usr/lib/python2.6/dist-
packages/PIL', '/usr/lib/python2.6/dist-packages/gst-0.10', '/var/lib/
python-support/python2.6', '/usr/lib/python2.6/dist-packages/gtk-2.0',
'/var/lib/python-support/python2.6/gtk-2.0', '/usr/lib/python2.6/dist-
packages/wx-2.6-gtk2-unicode', '/usr/lib/python2.6/dist-packages/
wx-2.8-gtk2-unicode', '/usr/local/lib/python2.6/dist-packages']
Server time:    Wed, 8 Sep 2010 08:24:15 -0500


This is the program working in development mode

http://img837.imageshack.us/i/desarrollou.png


-- 
The past are just memories, the future are just dreams!!!
http://foros.solocodigo.com
http://radicalpython.blogspot.com
http://revistacodigolatino.blogspot.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to