icaijy / junyi08.com

junyi08.com source code

Home Page:http://junyi08.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

junyi08.com's source code

This project is junyi08.com's source code

run

Go to the root of source code(contain manage.py),and create env.json file.

env.json's content:

{
	"env":"dev", // if it's production, change it to other word
	"SECRET_KEY":"Your secret key"
}

run python manage.py migrations&&python manage.py migrate to create database python manage.py create superuserto create manager

Finally, run python manage.py runserver and view at 127.0.0.1:8000!

For more information visit django's website

About

junyi08.com source code

http://junyi08.com

License:GNU General Public License v3.0


Languages

Language:Python 61.1%Language:HTML 20.7%Language:CSS 18.2%