All Questions
3 questions
1
vote
2
answers
3k
views
Translating between Python-Django and Javascript
I have a conceptual question about 'translating' between objects I have stored in Django (in Postgres) that I want to use on the front-end. So I have a user object in Python that holds basic things: ...
1
vote
2
answers
547
views
Which web framework to use under Backbonejs? [closed]
For a previous project, I was using Backbonejs alongside Django, but I found out that I didn't use many features from Django. So, I am looking for a lighter framework to use underneath a Backbonejs ...
0
votes
1
answer
9k
views
Javascript function should call python logic in django web development without additional triiger
I have been trying to solve this problem for sometime now. This is regarding django web development.
I have an HTML page which has a Javascript function to upload an image file from the users local ...