From 454560706cc400d354c892b359f465ada440d3d9 Mon Sep 17 00:00:00 2001 From: zunzun Date: Fri, 5 Aug 2016 05:45:24 -0500 Subject: [PATCH] Added list of web examples --- Examples/Web/bottle.txt | 2 ++ Examples/Web/django.txt | 2 ++ Examples/Web/flask.txt | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 Examples/Web/bottle.txt create mode 100644 Examples/Web/django.txt create mode 100644 Examples/Web/flask.txt diff --git a/Examples/Web/bottle.txt b/Examples/Web/bottle.txt new file mode 100644 index 0000000..a23c0c5 --- /dev/null +++ b/Examples/Web/bottle.txt @@ -0,0 +1,2 @@ +Bottle web example has been moved to + https://github.com/zunzun/BottleFit diff --git a/Examples/Web/django.txt b/Examples/Web/django.txt new file mode 100644 index 0000000..0c1b0fe --- /dev/null +++ b/Examples/Web/django.txt @@ -0,0 +1,2 @@ +django web example has been moved to +https://github.com/zunzun/zunzunsite3/ diff --git a/Examples/Web/flask.txt b/Examples/Web/flask.txt new file mode 100644 index 0000000..6e7ec99 --- /dev/null +++ b/Examples/Web/flask.txt @@ -0,0 +1,2 @@ +Flask web example has been moved to + https://github.com/zunzun/FlaskFit