bilalpatiwala.hashnode.dev5 core concepts that will help you master DjangoWhat is Django? Django is a high-level python web framework that enables the development of secure and maintainable websites. It is free and open-source with a thriving and great community and good documentation. Why Django? Built with Python so i...Jul 16, 2022·5 min read
bilalpatiwala.hashnode.devMost used commands in Django and their functionalities.Django-admin startproject projectname :- This command will create a new project. Django-admin startapp appname :- This command will create a new app in your project. python manage.py runserver :- This command will start your server on your localh...Feb 21, 2022·1 min read
bilalpatiwala.hashnode.devEverything you need to know about Django before starting .What is Django? Django is a high-level python web framework that enable rapid development of secure and maintainable websites designed by developers .it is free and open source with thriving and great community, good documentation Why Django? It's v...Jan 12, 2022·2 min read