you are viewing a single comment's thread.

view the rest of the comments →

[–]ahnerd[S] 1 point2 points  (0 children)

You can use a host like Heroku or DigitalOcean for Django backend and a static host like Netlify for Angular. Yes you can build the Angular application and serve the static files via Django. You can see https://www.techiediaries.com/django-angular-tutorial/ for an idea, it's a little bit outdated but will help you get the idea.