django basics

django basics

University

12 Qs

quiz-placeholder

Similar activities

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

IIP D1 - Introduction to Data Analysis

IIP D1 - Introduction to Data Analysis

University

10 Qs

Web Scraping avec Python

Web Scraping avec Python

University

10 Qs

Entrada e Saída em Python

Entrada e Saída em Python

University

16 Qs

[PYTHON] Django

[PYTHON] Django

University

15 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

Python Django Concepts

Python Django Concepts

University

17 Qs

C# and Python

C# and Python

4th Grade - University

7 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?