If I make a website using Django, is there any need to use Javascript? Can Django work in place of Javascript itself?
amweasel 0 Newbie Poster
Recommended Answers
Jump to PostDjango is written in Python which AFAIK only is server side, for web applications (It can be used client side but there is few support on browsers or it does not come out of the box) . Javascript is client side and supported on all browsers out of the box.
Jump to Postthe Django(Python) code is for the server side
Yes, this is what I meant. Im almost sure that in Django the Python code is server side.
All 6 Replies

LastMitch
amweasel 0 Newbie Poster
riahc3 50 Â Team Colleague
amweasel 0 Newbie Poster
riahc3 50 Â Team Colleague
amweasel 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.