source: sandbox/jabberit_messenger/trophy_expresso/strophejs/examples/attach/urls.py @ 2397

Revision 2397, 582 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #986 - Importacao do modulo trophy integrado ao expresso.

  • Property svn:executable set to *
Line 
1from django.conf.urls.defaults import *
2
3# Uncomment the next two lines to enable the admin:
4# from django.contrib import admin
5# admin.autodiscover()
6
7urlpatterns = patterns('',
8    # Example:
9    # (r'^attach/', include('attach.foo.urls')),
10
11    # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
12    # to INSTALLED_APPS to enable admin documentation:
13    # (r'^admin/doc/', include('django.contrib.admindocs.urls')),
14
15    # Uncomment the next line to enable the admin:
16    # (r'^admin/(.*)', admin.site.root),
17
18    (r'^$', 'attach.attacher.views.index'),
19)
Note: See TracBrowser for help on using the repository browser.