>
> Is it syntactically correct to have a views.py which is empty but
> exists? I'm not really sure of the process Django will use to validate
> the view.

Django will look for all view functions that your project's various
urls point to. So those functions need to exist. From that point of
view, an empty views.py doesn't really help.

>
> I've also pasted the stack trace to Dpaste:http://dpaste.com/64942/

At the end of that trace, I see:
Error was: No module named satchmo.feeds.views

Perhaps you will want to make sure that there's a valid module like
that in your PYTHONPATH when you execute the script.

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

Reply via email to