aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/views.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2010-07-17 11:33:08 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2010-07-17 11:33:08 -0500
commit31a8ff428869614db3cae06ab24dbdb1e3d98064 (patch)
treee050f3efeff5591ca0ab42fa70ed77443560b7ed /mediagoblin/views.py
downloadmediagoblin-31a8ff428869614db3cae06ab24dbdb1e3d98064.tar.lz
mediagoblin-31a8ff428869614db3cae06ab24dbdb1e3d98064.tar.xz
mediagoblin-31a8ff428869614db3cae06ab24dbdb1e3d98064.zip
Initial mediagoblin structure
Diffstat (limited to 'mediagoblin/views.py')
-rw-r--r--mediagoblin/views.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin/views.py b/mediagoblin/views.py
new file mode 100644
index 00000000..1b109453
--- /dev/null
+++ b/mediagoblin/views.py
@@ -0,0 +1,4 @@
+from webob import Response, exc
+
+def root_view(request):
+ return Response("This is the root")