Separate Django API and Django regular templates views [closed]
I'm starting a project which will have a website and a mobile app. I want these two to use the same backend, which I'll code in Django, specifically django-ninja.
For the website front-end, I want to use Django also as I'm familiar with it already and I feel it suits my needs for this project. The question is: should I create 2 separate Django projects, one dedicated to the API, and one dedicated to the "Front-end", or have them both in the same project?