blog/how-to-create-a-fullstack-application-using-django-and-python-part-3 #6
Replies: 1 comment
-
In this section, I compare Django projects vs apps, create my first app in the Django project, configure the boards app in the django_boards project, write the first boards app view, tell the Django project when to serve the view, break down the code in urls.py, and run the development server to view the results of the changes made to views.py and urls.py. 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-3
In this section, I compare Django projects vs apps, create my first app in the Django project, configure the boards app in the django_boards project, write the first boards app view, tell the Django project when to serve the view, break down the code in urls.py, and run the development server to view the results of the changes made to views.py and urls.py.
https://www.mariadcampbell.com/blog/how-to-create-a-fullstack-application-using-django-and-python-part-3
Beta Was this translation helpful? Give feedback.
All reactions