[djangodb commit] r686 - minor update

0 views
Skip to first unread message

codesite...@google.com

unread,
Jun 29, 2009, 7:06:47 AM6/29/09
to compute...@googlegroups.com
Author: PatrickChan7
Date: Sun Jun 28 22:39:12 2009
New Revision: 686

Added:
trunk/misc/patrick/django_monty/__init__.py
trunk/misc/patrick/django_monty/run.sh
trunk/misc/patrick/django_monty/screenshot.jpg (contents, props
changed)
trunk/misc/patrick/django_monty/urls.py

Log:
minor update

Added: trunk/misc/patrick/django_monty/__init__.py
==============================================================================

Added: trunk/misc/patrick/django_monty/run.sh
==============================================================================
--- (empty file)
+++ trunk/misc/patrick/django_monty/run.sh Sun Jun 28 22:39:12 2009
@@ -0,0 +1 @@
+python manage.py runserver 0.0.0.0:8000

Added: trunk/misc/patrick/django_monty/screenshot.jpg
==============================================================================
Binary file. No diff available.

Added: trunk/misc/patrick/django_monty/urls.py
==============================================================================
--- (empty file)
+++ trunk/misc/patrick/django_monty/urls.py Sun Jun 28 22:39:12 2009
@@ -0,0 +1,23 @@
+from django.conf.urls.defaults import *
+from monty.views import *
+
+
+# Uncomment the next two lines to enable the admin:
+# from django.contrib import admin
+# admin.autodiscover()
+
+urlpatterns = patterns('',
+ # Example:
+ # (r'^pytranslate/', include('pytranslate.foo.urls')),
+
+ (r'^$', main_page),
+
+
+ # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
+ # to INSTALLED_APPS to enable admin documentation:
+ # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
+
+ #Uncomment the next line to enable the admin:
+ #(r'^admin/(.*)', admin.site.root),
+
+)

Reply all
Reply to author
Forward
0 new messages