I want to know how I can remove blog app from my portfolio project using Django and python. Can someone please guide me with the process?
Any help is greatly appreciated!
I want to know how I can remove blog app from my portfolio project using Django and python. Can someone please guide me with the process?
Any help is greatly appreciated!
In settings.py , there will be installed apps option . Remove your blog
app from it and delete the app folder from project.
If you want to uninstall a module (like Pillow) just do , pip uninstall your_module_name