django basics

django basics

University

12 Qs

quiz-placeholder

Similar activities

PRG1 - Day 4 starter

PRG1 - Day 4 starter

University

8 Qs

Python Exam

Python Exam

University

10 Qs

python daily 10 questions 30 seconds

python daily 10 questions 30 seconds

12th Grade - Professional Development

10 Qs

Python Basics - Hello World!

Python Basics - Hello World!

University

9 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

C# and Python

C# and Python

4th Grade - University

7 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

1-基本数据类型

1-基本数据类型

University

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