You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a Django-based blog management application that allows users to create, view, edit, and soft-delete their own blog posts. Each post includes a title and description, with optional image uploads. It features a user authentication system, so users can only manage their own posts, and includes an admin panel for managing content.
This Django application provides an abstract model, that allows you to transparently retrieve or delete your objects, without having them deleted from your database.