summaryrefslogtreecommitdiff
path: root/extras/appengine/README
diff options
context:
space:
mode:
Diffstat (limited to 'extras/appengine/README')
-rw-r--r--extras/appengine/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/extras/appengine/README b/extras/appengine/README
new file mode 100644
index 0000000..4762faa
--- /dev/null
+++ b/extras/appengine/README
@@ -0,0 +1,22 @@
+gae-sqlformat - An SQL formatting tool runnging on App Engine
+=============================================================
+
+
+To set up this application run
+
+ make all
+
+This command fetches Django from Subversion and symlinks Pygments
+and sqlparse. Note: You'll need Pygments installed somewhere in your
+PYTHONPATH.
+
+For a manual setup have a look at the Makefile ;-)
+
+
+To run the development server run
+
+ make serve
+
+
+Homepage: http://sqlformat.appspot.com
+