Django #1 (basic)

Django #1 (basic)

1st Grade - Professional Development

15 Qs

quiz-placeholder

Similar activities

Fixed Voice & VAS

Fixed Voice & VAS

1st Grade

10 Qs

Customer Requests

Customer Requests

1st Grade

10 Qs

Vitamin C 2024

Vitamin C 2024

Professional Development

10 Qs

Business Writing 4

Business Writing 4

Professional Development

10 Qs

Do and Don't in Grooming

Do and Don't in Grooming

9th Grade

15 Qs

Cycle 4: Session 8 Review.

Cycle 4: Session 8 Review.

Professional Development

12 Qs

U 9-10 Summit 1 Review

U 9-10 Summit 1 Review

Professional Development

12 Qs

Revision compétence 3

Revision compétence 3

Professional Development

20 Qs

Django #1 (basic)

Django #1 (basic)

Assessment

Quiz

Professional Development

1st Grade - Professional Development

Practice Problem

Hard

Created by

Jose Rangel

Used 14+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when url.py file is edited while the development server is still running?

Development server terminates.

The development server automatically restarts.

The development server does nothing.

The web page is automatically reloaded.

I don't know it

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which setting contains the parameter of main-urls file?

ROOT_URLCONF

MAIN_URLCONF

STATIC_URL

MEDIA_URL

I don't know it

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Django is based on which framework?

MVC

MVVM

MVT

None of the above

I don't know it

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of __init__.py in project directories?

It allows Python to recognise the folder as package.

It is useless and can be deleted.

It is used to initialise any empty values.

None of the above

I don't know it

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used instead of path() in urls.py to pass in regular expressions as routes?

static()

re_path()

include()

url()

I don't know it

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if, from the given list, I searched for urlpatterns registration/ skipping the trailing/slash?

Django will give a 404-error page.

Django will match registration/ pattern.

None of the above

I don't know it

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of os.path.dirname(__file__) in this method?

It is the default value and points to Django settings.py.

It is passing some value defined before.

It is used to pass the value of current file in which this line is written.

None of the above

I don't know it

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?