Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question