What is Django?
It is a web-based Python program that enables you to easily build powerful web applications. Django is an open-source framework for backend web applications based on Python — one of the top web development languages. To make use of Django, it must be first installed and a virtual environment will be created as well.
1.cd into your project folder
- create the virtual environment (env/scripts/activate) 3.pip install Django
- Then go ahead to create your project and app
Benefits of using Django:
- Django is highly secure.
- It creates default admin panel.
- You can create a SEO using Django.
- It offers detailed documentation.
Top comments (0)