Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Python/Django Development 6 of 12 - Create data model and connect the model to database

  • JW
  • 2017-07-18
  • 1320
Python/Django Development 6 of 12 - Create data model and connect the model to database
  • ok logo

Скачать Python/Django Development 6 of 12 - Create data model and connect the model to database бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Python/Django Development 6 of 12 - Create data model and connect the model to database или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Python/Django Development 6 of 12 - Create data model and connect the model to database бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Python/Django Development 6 of 12 - Create data model and connect the model to database

(1) Base on the project in the video segment 5.

(2) Tango With Django 1.7 Book location:

http://www.tangowithdjango.com/book17...

(3) Command to create the data model to database sync script:

python manage.py makemigrations rango

Please note where "rango" is the name of the application. If you omit the name of the application then the command of generate the migration script for all the applications.

(4) Command to actually create the tables in the database that match the data model you have created in the Django project:

python manage.py migrate

(5) Command to create a admin (super user) in Django is:

python manage.py createsuperuser

(6) To make the objects that you created in the Rango application data model visible to the Django Admin application so we can perform the editing and viewing ability. Add the following two lines in the rango/admin.py file:

from rango.models import Category, Course

admin.site.register(Category)
admin.site.register(Course)

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]