Django has a builtin admin portal that can be easily used to create the categories. In this video, we will provide a section to be able to create a stock category using the front end. 1. Create a category model Create a...
Category - Store Management System
HOW TO KEEP THE PREVIOUS VERSION OF DATA OR THE MODEL WITHOUT USING TRIGGER (For Any Database Type) We have a look into this topic previously (Keeping the previous version of a Django model) but we used a trigger to implement...
Hello everyone. In this video, we will discuss few apps that are coming up with a short dome. We thing this will give you a good understanding of how to build apps using django framework. These ranges from simple apps to a...
As our data grow, our table contains more and more data to display. Keeping this on one page can make the users to scroll and keep scrolling to find data. Will it not be nice to add some cool little pages so that our data gets...
In this video, we will show you how to add backgroud image to the application, fade in effect and fake loader in your application. In the dome video, you will notice the application fades in when loading pages. There is also a...