LastMitch
Industrious Poster
4,118 posts since Mar 2012
Reputation Points: 132
Solved Threads: 334
Skill Endorsements: 45
Django 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.
riahc3
1,282 posts since May 2008
Reputation Points: 62
Solved Threads: 13
Skill Endorsements: 11
the 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.
riahc3
1,282 posts since May 2008
Reputation Points: 62
Solved Threads: 13
Skill Endorsements: 11
Question Answered as of 2 Months Ago by
riahc3
and
LastMitch