On Fri, Dec 29, 2017 at 5:14 AM, Fred Grey <[email protected]> wrote:
> Hi, > Hi! > > Does anybody use django-oscar to build a commerce website? I have done > most of the things to make it online. But the default theme is ugly and not > matched with the commodity's style. > > We are a startup company and no UXD for the website design right now. Is > there any other websites I can reference, and do a code based modification > to get a better user experience? > > No, I don't use it, but it's a Django project, template override / modifications apply just as a regular Django app: https://docs.djangoproject.com/en/2.0/howto/overriding-templates/ > Any feedback and suggestion is welcome, Thanks in advance! :) > > https://github.com/django-oscar/django-oscar/tree/master/src/oscar/templates/oscar > The default theme is like below: > > [image: 内嵌图片 1] > > Best Regards, > -Gary > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-users/0100ca86-a562-4b57-a4c0-96bac855123c%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/0100ca86-a562-4b57-a4c0-96bac855123c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2BFDnhL6iKVzve5sq79EV76cpqTG9eJaGLyahTPW66k3JyLN5Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

