Getting Started With Django

django basics django project structure python web development django app creation django url routing django models django admin panel django views django settings configuration django wsgi and asgi
Getting Started With Django

OBJECTIVE

By the end of this lab, you will be able to:

  1. Install Python and Django.
  2. Create a Django project.
  3. Understand the purpose of the key Python files:
    • views.py
    • models.py
    • urls.py
    • wsgi.py
    • asgi.py
    • admin.py
    • settings.py and others.
  4. Run the Django development server and test your setup.
Discussion
very usefull and helpful resources helped me a lot

1

Thank you, Shaktesh! Glad to hear it was helpful. Keep learning and growing!

1

20

1