A Django blog app with CRUD implementation
This is a Django blog app with CRUD implementation.
This app enables the user to record movies published and also draft movies.
While keeping track of movies published date and also movies created date.
It implements CRUD (Create, Retrieve, Update and Delete), Entries can be updated and deleted.
Credit to Zuri Training Team on Django CRUD implementation