Move xnet/accounts to xnet/groups
[xnet] / xnet / groups / urls.py
similarity index 92%
rename from xnet/accounts/urls.py
rename to xnet/groups/urls.py
index a7601a3..93029f3 100644 (file)
@@ -2,7 +2,7 @@ from django.conf.urls.defaults import patterns, url
 
 
 urlpatterns = patterns(
-    'xnet.accounts.views',
+    'xnet.groups.views',
     url(r'^$', 'index', name='group-list'),
     url(r'^(\w+)/$', 'home', name='group-home'),
     url(r'^(\w+)/directory/?$', 'directory', name='group-directory'),