Skip to content

Commit cb33029

Browse files
committed
insert turbogears into web dev chapter
1 parent a8683b3 commit cb33029

17 files changed

+17
-17
lines changed

content/pages/04-web-development/64-turbogears.markdown renamed to content/pages/04-web-development/06-turbogears.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: TurboGears
22
category: page
33
slug: turbogears
4-
sortorder: 0405
4+
sortorder: 0406
55
toc: False
66
sidebartitle: TurboGears
77
meta: TurboGears is a batteries included web framework that can act both as a full stack or microframework solution, with MongoDB as a first citizen storage.

content/pages/04-web-development/06-falcon.markdown renamed to content/pages/04-web-development/07-falcon.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Falcon
22
category: page
33
slug: falcon
4-
sortorder: 0406
4+
sortorder: 0407
55
toc: False
66
sidebartitle: Falcon
77
meta: Falcon is a Python web framework designed for building fast RESTful APIs with minimal external dependencies.

content/pages/04-web-development/07-morepath.markdown renamed to content/pages/04-web-development/08-morepath.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Morepath
22
category: page
33
slug: morepath
4-
sortorder: 0407
4+
sortorder: 0408
55
toc: False
66
sidebartitle: Morepath
77
meta: Morepath is a Python web framework with a model-driven design approach. Learn more about Morepath on Full Stack Python.

content/pages/04-web-development/08-sanic.markdown renamed to content/pages/04-web-development/09-sanic.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Sanic
22
category: page
33
slug: sanic
4-
sortorder: 0408
4+
sortorder: 0409
55
toc: False
66
sidebartitle: Sanic
77
meta: Sanic is a Python web framework built with uvloop and designed for fast HTTP responses via asynchronous request handling.

content/pages/04-web-development/09-other-web-frameworks.markdown renamed to content/pages/04-web-development/10-other-web-frameworks.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Other Web Frameworks
22
category: page
33
slug: other-web-frameworks
4-
sortorder: 0409
4+
sortorder: 0410
55
toc: False
66
sidebartitle: Other Web Frameworks
77
meta: Python has many web frameworks with differing philosophies. Learn more about frameworks on Full Stack Python.

content/pages/04-web-development/10-template-engines.markdown renamed to content/pages/04-web-development/11-template-engines.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Template Engines
22
category: page
33
slug: template-engines
4-
sortorder: 0410
4+
sortorder: 0411
55
toc: False
66
sidebartitle: Template Engines
77
meta: Template engines provide programmatic output of formatted string content such as HTML, XML or PDF.

content/pages/04-web-development/11-jinja2.markdown renamed to content/pages/04-web-development/12-jinja2.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Jinja2
22
category: page
33
slug: jinja2
4-
sortorder: 0411
4+
sortorder: 0412
55
toc: False
66
sidebartitle: Jinja2
77
meta: Jinja2 is a template engine written in Python for outputting formats such as HTML and XML.

content/pages/04-web-development/12-mako.markdown renamed to content/pages/04-web-development/13-mako.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Mako
22
category: page
33
slug: mako
4-
sortorder: 0412
4+
sortorder: 0413
55
toc: False
66
sidebartitle: Mako
77
meta: Mako is a Python template engine used to generate HTML, XML or other output formats.

content/pages/04-web-development/13-django-templates.markdown renamed to content/pages/04-web-development/14-django-templates.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Django Templates
22
category: page
33
slug: django-templates
4-
sortorder: 0413
4+
sortorder: 0414
55
toc: False
66
sidebartitle: Django Templates
77
meta: Django has its own template engine referred to as Django templates and is similar to Jinja with some minor differences.

content/pages/04-web-development/14-web-design.markdown renamed to content/pages/04-web-development/15-web-design.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Web Design
22
category: page
33
slug: web-design
4-
sortorder: 0414
4+
sortorder: 0415
55
toc: False
66
sidebartitle: Web Design
77
meta: Web design creates a compelling user experience for your Python web app. Learn more about web design on Full Stack Python.

0 commit comments

Comments
 (0)