While the tests are still a problem (I think),  I made a stupid
mistake which was preventing the urls from coming through. Here is the
culprit url.py:

=========
from django.conf.urls.defaults import *

from satchmo_store.urls import urlpatterns
# Uncomment the next two lines to enable the admin:
#from django.contrib import admin
#admin.autodiscover()

urlpatterns = patterns('',
    # Example:
    # (r'^customstore2/', include('customstore2.foo.urls')),

    # Uncomment the admin/doc line below and add
'django.contrib.admindocs'
    # to INSTALLED_APPS to enable admin documentation:
    # (r'^admin/doc/', include('django.contrib.admindocs.urls')),

    # Uncomment the next line to enable the admin:
    # (r'^admin/', include(admin.site.urls)),
)

=========

I've reset my urlpattern to 0! Should be: urlpatterns += patterns

So,  now I am a step further.... with perhaps some new hurdles...



On Jun 24, 6:14 pm, wgw <[email protected]> wrote:
> Still on the installation path... I'm now a the point that most things
> check out (I did: python manage.py satchmo_check, and that was ok).
> The project files (simple, large) work.
>
> I made a minimal "customstore2" with django, and followed the satchmo
> instructions, all the way to looking at my site on localhost.
>
> It doesn't look like it is connecting to the database (I'm using
> sqlite3; see below), though database connections work properly on
> other django projects.
>

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

Reply via email to