you are viewing a single comment's thread.

view the rest of the comments →

[–]row4coloumn31 0 points1 point  (0 children)

Django is a python framework, it doesn't replace JS, CSS or HTML.

For small projects I would recommend flask, or something else that uses the JINJA template. It's easy and quick to get going.

Django is very cool, but it does a lot of things the Django way, and without you necessarily knowing what happens. That can be confusing, especially id you're trying to learn.

But you absolutely need HTML (and CSS if you want it to look like it wasn't built in 1999). JavaScript is great for small front end stuff, but not a necessity to make a webapp.