|
@@ -0,0 +1,9 @@
|
|
|
+from misago.urls import *
|
|
|
+
|
|
|
+# Your deployment urls configuration
|
|
|
+# This configuration already contains Misago urls configuration
|
|
|
+# If you want to add 3rd party apps urls to your Misago deployment
|
|
|
+# Uncomment bottom lines and use them to register custom url's
|
|
|
+# urlpatterns += patterns('',
|
|
|
+# (r'^', include('somewhere.urls')),
|
|
|
+#)
|