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 [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.