Z
Z
zolotyh2011-09-05 10:32:39
Django
zolotyh, 2011-09-05 10:32:39

Is it possible to use Django CMS for serious projects?

The essence of the problem


We are developing a website for one financial structure. Django was chosen as the tool. On the one hand, it will be an ordinary corporate website with standard functionality, on the other hand, rather heavy modules need to be integrated there, which should serve as a reliable tool for the entire structure (personal user accounts, client base, contracts, integration with 1C).
Question:
  1. Is it possible to build such a site based on Django CMS?
  2. If so, how justified is this compared to pure Django?
  3. Has anyone developed anything more or less serious on this cms?
  4. What problems did you encounter during development? How were these problems solved?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
O
Oleg Batishchev, 2011-09-05
@z0rg

django is quite difficult in the learning and learning phase, but development is very fast after the learning phase.
I had experience in developing the doroga.tv project. The site even withstood a ddos ​​attack, which we found out purely by chance by looking at the processor load, and the site was available and coped with the attack out of the box, then the attacks intensified we had to think. Back then, django made an impression on me. Now I do not follow updates and do not deal with it.
I didn’t bother with it deeply, but creating some kind of pages, modules of the same type is quite simple. Further, without me, using the built-in ORM, administration pages were developed, here again, you try for a long time, and then how to trample ...))

Z
zolotyh, 2011-09-05
@zolotyh

Perhaps I was misunderstood. This does not mean Django itself, but DjangoCMS . With Django, everything is just clear.

A
antivir, 2011-09-05
@antivir

In my opinion, if you are going to develop a project of this level, and at the same time have already chosen Django, then you should be very well aware of the capabilities and features of this CMS.

E
Evgeny, 2014-07-21
Batkovich @quickhabr

If there are specialists, then a good choice. I made a connection with 1C 7.7 and 8 with this engine, very much even nothing. If the load on 1C is planned to be large, then it is better to use celery with several 1C threads inside via COM. For 8-ki, the best option is web services, in python, web services are perfectly written on spyne.io as a server part, and for the client suds. Recently I wrote a proxy just based on these libraries for integrating 1C with django. Superbly pulls huge volumes.
Some of my developments are here infostart.ru/profile/4456/public , although they are already quite outdated.

R
roman_wm, 2013-12-28
@roman_wm

A lot of time has passed, I'm interested in your opinion on this issue. Now the same question is before me. Thank you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question