Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 543 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 543 Bytes

DjangoBlog

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:

  1. navigate to dir mysite/mysite
  2. create superuser (if superuser doesn't exists) using the following command: python manage.py createsuperuser #this will ask for username and password
  3. run "python manage.py"
  4. run the localhost on your browser