|
|
|
|
|
by pid_0
1953 days ago
|
|
Technically no. Django uses templates which can be pure HTML if you want. You can add JS if you want to, but its not required. In fact server side rendering is one of the most common ways to serve sites that don't need to be dynamic in the browser |
|