Django Entry record 2,django Getting Started record _php tutorial

Source: Internet
Author: User

Django Entry record 2,django Getting Started record


1. Create an app, Python manage.py startapp appname

2. Design model, edit the model in the appname/directory

3. Detection of model changes, Python manage.py makemigrations appname

4. Automating database migrations and synchronizing the management database structure, Python manage.py sqlmigrate 0001

5. Create a data table for the newly defined model in the database Python manage.py migrate

Steps to change the model:

    • Edit the models.py file to change the model.
    • Run python manage.py makemigrations to generate migration files for changes to the model.
    • Run python manage.py migrate to apply the database migration.

http://www.bkjia.com/PHPjc/1117388.html www.bkjia.com true http://www.bkjia.com/PHPjc/1117388.html techarticle Getting started with the Django 2,django record 1. Create an app, Python manage.py startapp appname 2. Design the model, edit the Model 3 in the appname/directory. Check the model changes, p Yth ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.