Django Entry record 2 Django case Django build Django Project

Source: Internet
Author: User
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.

The above describes the Django entry record 2, which includes Django content and hopefully helps friends who are interested in PHP tutorials.

  • Related Article

    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.