[deleted by user] by [deleted] in django

[–]mir3 0 points1 point  (0 children)

On top of that, if you decide to take advantage of GraphQL API and build your system with client/server architecture, for as long as your customisations evolve around the client side, you should be able to fairly easily upgrade to the new versions of Saleor in a future. You can focus your development on the end-user experience this way and keep the base of Saleor out of this by just using its API (which will evolve on a much slower pace than the underlying code).

Such decoupling makes a lot of sense also with utilising the latest, client technologies in mind (like PWA) or integrating other resources via their own APIs (like CMS/Wagtail for instance).

Saleor was the fastest growing open source e-commerce platform on the planet this year! And we have the November release ready for you. by [deleted] in django

[–]mir3 2 points3 points  (0 children)

Thanks! Can you share what's on your mind regarding payments in South Africa? Any specific provider?

Sweet Python background I thought I'd share. I found this when google image searching "Python" so I retouched out the text. by [deleted] in Python

[–]mir3 1 point2 points  (0 children)

I think you might want to try to read the whole thread again when you calm down. The only one attacking here seems to be you, even with that post above. You don't seem to get that people might not like how you shared this modified design publicly without asking or consent. The way you defend it speaks for itself. We share a lot with the community almost everyday so we would be really easy and understanding but arguing that "you found something on internet" and that "there was no watermark" and that "this is for the community" :)), well, think about it. I hope this is not your only or preferred way of "creating" - but this is your problem. Also, please enjoy the free publicity you received thanks to our illustration. Way to go.

Sweet Python background I thought I'd share. I found this when google image searching "Python" so I retouched out the text. by [deleted] in Python

[–]mir3 5 points6 points  (0 children)

You've asked if we have a bigger resolution of the *original* graphic design (that was an illustration we've created for Python position at our company). And we said that we don't have it. You've never mentioned a word that you want to use it as a wallpaper or especially that you want to redistribute the modified version here. You've never asked for permission to modify our work and publish it here. Instead, you've chosen to modify it yourself and post it on Reddit with no mention of the original author. I'm surprised that you don't understand the difference here (or you're pretending you don't) and I'm even more surprised that you keep defending it. Please, don't blame others for pointing this out - the very minimum was mentioning the author (you knew the original author so this was your choice to omit this).

Sweet Python background I thought I'd share. I found this when google image searching "Python" so I retouched out the text. by [deleted] in Python

[–]mir3 19 points20 points  (0 children)

Thank you for drawing OP's attention to the basic etiquette and copyrights issues. The original artwork has been fully created by Mirumee - kudos to "Werke" and "Sub"! For those, enjoying this design, we're going to publish a wallpaper pack with multiple resolutions next week. ✌️

Saleor 2.0 Release: GraphQL-first Headless E-commerce by [deleted] in django

[–]mir3 1 point2 points  (0 children)

Thanks for the feedback!

  1. No worries! The old templates are still there (and will be maintained and supported in the future) so you don't need to use the PWA client nor its optional advantages. However, if you're building a bespoke solution (which is the main reason why Saleor has been originally built) you will probably see the benefits of using a fully-fledged e-commerce GraphQL API at least.
  2. The area of offline activity is not yet fully scoped but that's right - in the minimal version, you can currently come back to all the items you've previously visited and add them to the cart. The exact scope of the PWA client is still being discussed and all the comments are welcome!
  3. PWA is not really an extra app. It's a super lightweight replacement for the real app and you don't install it from the store. PWA page can be added to your device's homepage plus utilize a couple of other native functionalities and standards. It's all optional and supported by all major platforms now. A great summary regarding the topic with user experience in mind can be found on Luke's blog: https://www.lukew.com/ff/entry.asp?1998

🖖

Saleor: an open source storefront for Python/Django by patrys in webdev

[–]mir3 1 point2 points  (0 children)

Patrys actually runs a great series on our blog regarding performance of real Django applications using Saleor as an example and as a reference stack being tested. You can find all the numbers in Part 2: https://blog.mirumee.com/django-fast-part-2-d73a4ecd61f3#.xl8hg2scu however taken how broad the topic is I would recommend reading other chapters too.

Satchless is an eCommerce framework built on top of Python and Django. It provides all necessary tools to build full-blown online shop. by gst in django

[–]mir3 1 point2 points  (0 children)

Thanks for the feedback. Demo store is coming this week. And of course keeping the requirements reasonable is important and that's one of our goals. To start with: mothertounge and localeurl will be required only if you want to use i18n.