DEV Community

Discussion on: Django vs Tkinter

Collapse
 
0916dhkim profile image
Danny Kim

Short answer: yes, you can make an web app using Django only. Slightly longer answer: Web app needs both frontend & backend. Django is a Python framework for backend, and you will need to write frontend code with HTML + CSS + JS. Also, if you need to add more features to your web app, you will depend on more and more libraries. Try to follow the tutorial from Django's official website, and you will get a basic idea about what you can make with Django.