Django E-learning Platform II
In this part of Django E-learning platform, we will learn how to add CRUD operations for course, modules and contents.
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.
The default database for Django is sqlite. Here, we will learn how to migrate from sqllite to postgresql.