fixing another ridiculous bug =/
authorLincoln de Sousa <lincoln@alfaiati.net>
Wed, 8 Oct 2008 19:14:12 +0000 (16:14 -0300)
committerLincoln de Sousa <lincoln@alfaiati.net>
Wed, 8 Oct 2008 19:14:12 +0000 (16:14 -0300)
urls.py

diff --git a/urls.py b/urls.py
index 3a46f2d..8db2b3f 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -57,8 +57,8 @@ urlpatterns = patterns('',
                     date_field='pub_date'),
         name='diario-entry'),
 
-    (r'^([-\w]+)/$', get_entry_by_slug),
     (r'^', include('ema.eventos.urls')),
+    (r'^([-\w]+)/$', get_entry_by_slug),
 
     # static media
     (r'^(?P<path>imgs/.*)$', 'django.views.static.serve', MEDIA),