Okay. I altered my settings.py file to include all of the entries in the custom settings. I have it posted here:
http://dpaste.com/15226/ When I tried to syncdb it, I got an error about no CACHE_TIMEOUT attribute in the settings object. I found another post that let me know I should just include CACHE_TIMEOUT in my global_settings.py file. I then tried to run syncdb again, now I get the following errors: No handlers could be found for logger "caching" Error: cannot import name newforms I don't know what to do about the handler complaint, though I do see a line in satchmo/local_settings-customize.py that I suspect is the culprit: line 110: logging.getLogger('caching').setLevel(logging.INFO) As far as the import error, I understand that newforms is now called forms, but I don't know what file the import is attempted in. I'm on a windows machine and tried a prase search for the entire Satchmo app but it couldn't find a reference for newforms. TIA for any help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
