blog/how-to-create-a-fullstack-application-using-django-and-python-part-7 #10
Replies: 1 comment
-
In this section, I discuss the Django model basics, I compare the UML Class Fields Diagram to the models.py source code, I migrate the models with the makemigrations command, apply the model migrations with the migrate command, play with the Models API, and discuss the Django Model manager. I'm opening up comments for this post. If you have any feedback or questions regarding this post, please comment here! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blog/how-to-create-a-fullstack-application-using-django-and-python-part-7
In this section, I discuss the Django model basics, I compare the UML Class Fields Diagram to the models.py source code, I migrate the models with the makemigrations command, apply the model migrations with the migrate command, play with the Models API, and discuss the Django Model manager.
https://www.mariadcampbell.com/blog/how-to-create-a-fullstack-application-using-django-and-python-part-7
Beta Was this translation helpful? Give feedback.
All reactions