V
V
vladimir9082021-02-20 05:02:14
Django
vladimir908, 2021-02-20 05:02:14

How to integrate the Bitrix database with Django and make an API through django-restframework?

Good morning!
Please tell me how to integrate the Bitrix database (site management) with Django in order to make an API through django-restframework

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dr. Bacon, 2021-02-20
@bacon

The question is very general, what do you expect to hear?
1. study django
2. study drf 3.
study Bitrix documentation about integration methods
4. integrate
fastapi.

A
asd111, 2021-02-21
@asd111

No way. Bitrix disfigures the database because instead of tables, a more abstract approach is used when everything is shoved into several tables in a row and therefore it slows down. It's easier to pull out all the data through calls to the database through Bitrix and put it in another database and delete Bitrix after that.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question