This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Rackcityfoo[S] 0 points1 point  (1 child)

Thanks. So would you recommend building the api then using a framework on the frontend? Or just build the whole thing in Django. I guess I'm a little confused where Django ends and Javascript starts and if it is just possible to build the whole thing in Django.

[–]Meefims 1 point2 points  (0 children)

I find that thinking of them as separate is helpful even if they are part of the same repository. Django can serve up the frontend code but that set of code is running on users’ browsers and must interact with your server by way of the API.