a blog system use django
new vision: click here 中文文档 Chinese document: 点击此处
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.
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.