Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 390 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 390 Bytes

jangoblog

Jangoblog, Blog App Using Django 2.0 💚

My brilliant python project

Build Setup

# make sure python3, pip and django installed

# open project in the terminal
$ cd jangoblog

# serve with hot reload at http://127.0.0.1:8000
$ python3 manage.py runserver

For detailed explanation on how things work, checkout Django docs.