Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 635 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 635 Bytes

blogsystem

a blog system use django

new vision: click here 中文文档 Chinese document: 点击此处

How to run

open terminal, use command cd cd to blogproject folder.Run command:

python manage.py runserver

Then, open 127.0.0.1:8000 in your browser.

admin&manager

in folder blogproject, run command:

python manage.py createsuperuser

According to the prompt, add the manager open 127.0.0.1:8000/admin to publish articles or manage user or whatever.