DBDevraj Bhatadeindevrajsblog.hashnode.dev·Mar 11, 2023 · 2 min readDjango ModelsDjango is a python web framework for building web applications. Django Models is one of the key components of Django Web Application. It helps us to create a database for our app without writing queries ourselves. Some key concepts of Django models a...00
DBDevraj Bhatadeindevrajsblog.hashnode.dev·Feb 28, 2023 · 1 min readDjango for beginnersDjango is a backend python-based web framework which is used to create web applications. So, to start any django app you just need to have python installed on your system. Next thing you should do is that just open your terminal or cmd and run "pip i...00