Skip to content

Commit f67a6a9

Browse files
authored
Fix Format
1 parent aae7056 commit f67a6a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# django-blog
22

3+
a web application built using django that lets you create blog posts, register, login/logout and upload profile picture.
4+
5+
### To get started
6+
- install the packages
7+
`pip install -r requirments.txt`
8+
9+
- Run the application
10+
`python manage.py runserver`
11+
12+
- to acess the page
13+
http:/localhost:8000

0 commit comments

Comments
 (0)