0% found this document useful (0 votes)
76 views2 pages

Python Django

The document consists of a list of questions related to Python-Django, covering topics such as the definition of Django, its features, architecture, and components like models and views. It also addresses practical aspects like installation, version checking, and user authentication. Additionally, it touches on the use of static files and the differences between projects and apps in Django.

Uploaded by

ericomare463
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views2 pages

Python Django

The document consists of a list of questions related to Python-Django, covering topics such as the definition of Django, its features, architecture, and components like models and views. It also addresses practical aspects like installation, version checking, and user authentication. Additionally, it touches on the use of static files and the differences between projects and apps in Django.

Uploaded by

ericomare463
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Python-Django Questions

1) What is Django?

2) Is Django named after that Quentin Tarantino movie?

3) What are the features of using Django?

4) Can you name some companies that use Django?

5) Why do web developers prefer Django?

6) What is CRUD?

7) Does Django have any drawbacks?

8) Explain Django Architecture?

9) Explain the Django project directory structure.

10) What are models in Django?

11) What are the views in Django?

12) What is Django ORM?

13) Define static files and explain their uses.

14) What are Django-admin and [Link] and explain their commands?

15) What is Jinja templating?

16) How do you check the version of Django installed on your system?

17) How do you install Django?

18) What are signals in Django?

19) Explain user authentication in Django.


20) What databases are supported by Django?

21) What is the context in Django?

22) What are [Link] functions?

23) Difference between a project and an app in Django?

You might also like