blog/how-to-create-a-fullstack-application-using-django-and-python-part-9 #12
Replies: 1 comment
-
In this section, I introduce the Django Admin, configure the Django Admin by creating a superuser, register the boards app in boards/admin.py, add a board in the Django Admin interface, and delete a board in the Django Admin interface. 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-9
In this section, I introduce the Django Admin, configure the Django Admin by creating a superuser, register the boards app in boards/admin.py, add a board in the Django Admin interface, and delete a board in the Django Admin interface.
https://www.mariadcampbell.com/blog/how-to-create-a-fullstack-application-using-django-and-python-part-9
Beta Was this translation helpful? Give feedback.
All reactions