A
A
Artyom2022-01-28 08:55:07
Django
Artyom, 2022-01-28 08:55:07

Is Django suitable for developing an online store?

61f3855f56a7b463356393.jpegGood day, fellow programmers. Wanted to consult. It is necessary to develop a site + - of such an architecture, with sending the status of orders to the telegram channel. The site itself is an online store, I think to start developing on Django

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Kuts, 2022-01-28
@Rew_python

Suitable

N
Nikita Bel, 2022-01-31
@itatelier

I advise you to first clarify and work out the following questions:
- filling the product catalog: how will the product get into the store database - import from another system, manual output? If import - are there ready-made tools, does (can it be matched) the data structure in the source system and in the store. If the number of product categories is not defined (changes) or if the data structure is tree-like with many branches, there will be difficulties with importing both in Django and Bitrix.
- media content management: product photos, illustrations for news, articles. Django doesn't have an up-to-date working tool for manipulating media files. django-filer would be great if developed.. how are things in Bitrix?
- who and how will accompany / support the backend code? On python/django, maintenance is much easier/cheaper (with an equal amount of tweaked functionality)
PS I vote for Django :)

A
Antonio Solo, 2022-01-28
@solotony

you can write it - the question is why? Judging by the picture, everything is pretty standard - why doesn't a ready-made solution on Bitrix fit? the complexity (cost) of development on dzhanga will be an order of magnitude higher than development on birtix.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question