Wibnix
Wibnix is a simple blogging app. Its runs on the Django Framework.
-> A user can be created by the superuser. Then only can he take edit, delete or add Blog Posts.
-> There is a superuser account. Only the superuser can grant or revoke other admin rights.
-> Posts can be added from the Django Admin page or a plus sign appears when the admin is logged in.
Requirement
Any system with python 3 and terminal.
Usage:
-> Navigate to the cloned repository.
-> Install Django
-> Run python manage.py runserver