Rearrange source.
[turniej.git] / turniej / urls.py
diff --git a/turniej/urls.py b/turniej/urls.py
deleted file mode 100644 (file)
index eafb8c9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-from django.conf.urls import include, url
-
-
-urlpatterns = [
-    url(r'^2011/', include('edition1.urls')),
-    url(r'^poezja/', include('poetry.urls')),
-    url(r'', include('edition2.urls')),
-]