setting the owner of a talk when adding it
[cascardo/ema.git] / urls.py
diff --git a/urls.py b/urls.py
index 572767b..7c3de47 100644 (file)
--- a/urls.py
+++ b/urls.py
@@ -2,5 +2,6 @@ from django.conf.urls.defaults import *
 
 urlpatterns = patterns('',
     (r'^admin/', include('django.contrib.admin.urls')),
+    (r'^', include('ema.eventos.urls')),
     (r'^', include('diario.urls.entries')),
 )