W
W
wawa2018-02-26 15:18:35
Django
wawa, 2018-02-26 15:18:35

How to structure a Django project if there is a non-django part?

The project consists of two parts (both in python):
1st is a daemon / service (I don’t know what to call it), which works constantly, requesting data from a third-party web resource via api, and, processing this data, puts it in the database.
2nd is a site on django, providing access to data in this very database.
How to structure such a project? Is it one repository or two? Still, I believe that there is one, but then how to structure the project: put (1) in a folder (2) at the level with django-apps?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2018-02-26
@wawa

django commands
how to structure - depends on the development method, the presence of two or more developer commands, use in other projects, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question