Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
098946b9b2
1 changed files with 20 additions and 1 deletions
  1. 20 1
      README.md

+ 20 - 1
README.md

@@ -1,3 +1,22 @@
 # wagtail
 
-开源Python CMS
+开源Python CMS
+
+https://github.com/wagtail/wagtail
+
+## Usage
+
+```
+pip install wagtail
+
+wagtail start mysite
+cd mysite
+pip install -r requirements.txt
+python manage.py migrate
+python manage.py createsuperuser
+python manage.py runserver
+
+```
+
+
+