|
@@ -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
|
|
|
+
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+
|