I'm covering all the bases. Or trying to.

re: django_source: Wow. Uh, thanks. I have no idea why I typed that out
fully in httpd.conf. Fixing that leads to a new error:

EnvironmentError: Could not import settings 'bbg.settings' (Is it on
sys.path? Does it have syntax errors?): No module named bbg.settings

I'll investigate on my own, but thanks for editorial wizardry! :)

re: import django: Yes, it returns literally nothing. I was trying to
establish that I could load django in the shell at least.

The bbg/urls.py looks like this:
urlpatterns = patterns('',
        ( r'^admin/' , include( 'django.contrib.admin.urls' ) ) ,
        ( r'' , include( 'bbg.goods' ) ) ,
)

I was trying to tie /bbg to the top level. Is there a better, official
way to do this?

Thanks for the help!


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to