Core Django Concepts Flashcards

(4 cards)

1
Q

What is Django?

A

A high-level Python web framework with built-in tools for fast, secure development

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does MTV stand for in Django?

A

Model-Template-View: Model = data, Template = UI, View = logic/controller.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does manage.py do?

A

Runs server, migrations, creates apps, and performs admin tasks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why use a virtual environment?

A

Isolates project dependencies to prevent conflicts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly