LZAntal, SATCHMO_SETTINGS should be not important. At the beginning of the file satchmo/apps/satchmo_store/shop/satchmo_settings.py you see a list of all settings specific to Satchmo which currently use SATCHMO_SETTINGS and not livesettings. (I have verified completeness.)
Thomas, A) you wrote > Error: No module named payment.modules.vcs You have forgetten harcoded "payment.modules.vcs" somewhere! You should see eventually "no ... store.localsite.vcs" in the worst case only. Can you import it on the new place? $ python manage.py shell >>> import store.localsite.vcs B) Do you see vcs settings in livesettings? -- Hy On 29 bře, 08:07, Thomas <[email protected]> wrote: > On Wednesday, March 28, 2012 10:41:20 PM UTC+2, lzantal wrote: > > > Add it to SATCHMO_SETTINGS dict in your settings.py > > > LZAntal > > Can you be more specific please? Currently my SATCHMO_SETTINGS looks like > this: > > SATCHMO_SETTINGS = { > 'SHOP_BASE' : '', > 'MULTISHOP' : False, > > > > > > > > } -- 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.
