django basics

django basics

University

12 Qs

quiz-placeholder

Similar activities

Intro-Computacao_3.2

Intro-Computacao_3.2

University

10 Qs

DevCamp Phase 1

DevCamp Phase 1

University

15 Qs

PYGAME

PYGAME

University

10 Qs

Module in Python

Module in Python

University

15 Qs

Cuestionario Módulo 5

Cuestionario Módulo 5

1st Grade - University

11 Qs

oop_r2

oop_r2

University

11 Qs

MVC Framework

MVC Framework

University

15 Qs

Introduction to Django Framework Quiz

Introduction to Django Framework Quiz

University

15 Qs

django basics

django basics

Assessment

Quiz

Computers

University

Medium

Created by

Gustavo jimenez

Used 32+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Cual es el comando para crear un entorno virtual

python -m venv venv

python -M venv venv

python -n venv venv

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Cual es el comando para crear un nuevo proyecto en django

django admin startproject

django-admin startproject

django-admin start-project

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Cual es el comando para crear una app en django

djago-admim startapp

djamgo-admin startaps

django-admin startapp

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Cual es el comando para crear migraciones

pythom manage.py makemigrations

python manage.py makemigrations

python manage.py make migrations

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Cual es el comando para aplicar migraciones

python manage.py migrate

python manage.py migrates

pythom manage.py migrations

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Cual es el comando para crear un super usuario

python manage.py createsuperusuario

python manage.py createsuperuser

python manage.py createsupeuser

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Cual es el comando para ver el codigo SQL de la magigracion antes de aplicarla

python manage.py sqlmigrate

python manage.py migratesql

python manage.py showsql

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?