Try going to (assuming the dev server) -
http://127.0.0.1:8000/admin/shop/config/

-Chris

On Mon, Jul 11, 2011 at 2:33 PM, vandorjw <joostvand...@gmail.com> wrote:

> Hey Everyone,
> I am having difficulty changing the s
> hop_name.
>
> In the file, Satchmo-0.9.2-py2.7.egg/satchmo_store/shop/models.py I
> found this
>
> class NullConfig(object):
>    """Standin for a real config when we don't have one yet."""
>
>    def __init__(self):
>        self.store_name = self.store_description = _("Test Store")
>        self.store_email = self.street1 = self.street2 = self.city =
> self.state = self.postal_code = self.phone = ""
>        self.site = self.country = None
>        self.in_country_only = True
>        self.sales_country = None
>
>    def _options(self):
>        return ConfigurationSettings()
>
>    options = property(fget=_options)
>
>    def __str__(self):
>        return "Test Store - no configured store exists!"
>
> Where is the config file that I need to change in order to change
> these from their default values?
> In local_settings.py I have set store_name and store_email, but these
> values remain set to what is written in the models.py file.
>
> Any help would be much appreciated.
>
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Satchmo users" group.
> To post to this group, send email to satchmo-users@googlegroups.com.
> To unsubscribe from this group, send email to
> satchmo-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/satchmo-users?hl=en.
>
>

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

Reply via email to