diff urls.py @ 29:6ba969517b9c

Implement initial profiles, cleanup models, change Free_license to FreeLicense
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Wed, 30 Jun 2010 00:04:34 -0500
parents 2e7226e90157
children 290dd9208cc4
line wrap: on
line diff
--- a/urls.py	Tue Jun 29 14:58:36 2010 -0500
+++ b/urls.py	Wed Jun 30 00:04:34 2010 -0500
@@ -18,6 +18,8 @@
 
      (r'^accounts/', include('registration.urls')),
 
+     (r'^(?P<user>[\w|_]*)/$', 'agora.apps.profile.views.showprofile'),
+
      (r'^', include('agora.apps.bundle.urls')),
 
 )