Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 313 Bytes

File metadata and controls

16 lines (9 loc) · 313 Bytes

django-blog

a web application built using django that lets you create blog posts, register, login/logout and upload profile picture.

To get started

  • Install the packages

pip install -r requirments.txt

  • Run the application

python manage.py runserver

  • To acess the page

http:/localhost:8000