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.

I did the test: python manage.py test

..... and got 4 failures and 40 errors! Is that normal? Would those
test results help debug my installation?

Looks like I should do a reinstall -- definitely strange output... But
on the other hand, the sample projects work fine, as far as I can
tell.

Any suggestions?


Log is garbled
==========
2009-06-24 20:04:38,874 root        : INFO     Satchmo Started
2009-06-24 20:04:39,549 shop.listeners: DEBUG    Added default shop
listeners
2009-06-24 20:04:39,677 sslurllib   : DEBUG    Installing SSLv2 HTTPS
Methods into urllib2
2009-06-24 20:05:04,556 satchmo_store.urls: DEBUG    Adding local
serving of static files at: /home/bill/django/customstore2/static/
ing of static files at: /home/bill/django/customstore2/static/
tic/
===========

And localhost shows this page:

====

It worked!
Congratulations on your first Django-powered page.

Of course, you haven't actually done any work yet. Here's what to do
next:

    * If you plan to use a database, edit the DATABASE_* settings in
customstore2/settings.py.
    * Start your first app by running python customstore2/manage.py
startapp [appname].


====


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