Blog App in Django Part V
In this part, of Blog App in Django we will use bootstrap.
In this part, of Blog App in Django we will use bootstrap.
In part four we add some restrictions to our Blog application.
In this part of Django E-learning platform, we will learn how to add CRUD operations for course, modules and contents.
The first part of our Django E-learning platform, where we will create necessary models for our e-learning platform and implement authentication models.
In this post we will learn to CRUD with Django and Ajax. Ajax will help to submit the Django forms without the page being refreshed. We will also learn to display, edit and delete content with refreshing the page.