it a basic html and django project. it is a blogging website that lets you add blogs.
Uses MVC model Functionalities: Login/Logout, like button, profiling and updating the blog posts
Language: Python on Django framework with HTML (Django Server)
to run the following:
- navigate to dir mysite/mysite
- create superuser (if superuser doesn't exists) using the following command: python manage.py createsuperuser #this will ask for username and password
- run "python manage.py"
- run the localhost on your browser