0% found this document useful (0 votes)
10 views6 pages

Code Rent

The document outlines steps for managing a Django project, specifically focusing on database migrations. It instructs the user to run 'python manage.py makemigrations' followed by 'python manage.py migrate'. Additionally, it lists various Python files related to the project, such as settings, models, permissions, serializers, views, and URLs.

Uploaded by

Gourav
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views6 pages

Code Rent

The document outlines steps for managing a Django project, specifically focusing on database migrations. It instructs the user to run 'python manage.py makemigrations' followed by 'python manage.py migrate'. Additionally, it lists various Python files related to the project, such as settings, models, permissions, serializers, views, and URLs.

Uploaded by

Gourav
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Setting.

py

[Link]
Now,

1. python [Link] makemigrations


2. python [Link] migrate

[Link]
[Link]
[Link]
[Link]

You might also like