<div dir="ltr">ok I just renamed them like this in master <a href="https://github.com/GeoNode/geonode/commit/75ad7e3ffb9a52f34443a8c7f5eb31d6f4e8ead0">https://github.com/GeoNode/geonode/commit/75ad7e3ffb9a52f34443a8c7f5eb31d6f4e8ead0</a>.<div><br></div><div>Ciao</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-28 9:11 GMT+02:00 Simone Dalmasso <span dir="ltr"><<a href="mailto:simone.dalmasso@gmail.com" target="_blank">simone.dalmasso@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Jesus, you are right, they are too generic. Although the change you have done might clash with the maps urls. You can just comment those two urls as they are not used at the moment in geonode. We will fix them. Thanks for reporting</div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">2015-04-28 4:31 GMT+02:00 Jesus <span dir="ltr"><<a href="mailto:gesusjl@gmail.com" target="_blank">gesusjl@gmail.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi all, <br>
    <br>
    I've been installing the django-wiki app in my template project.
    Everything was ok, but it looks that when it comes to create new
    articles the url below catched everything, so slugs  conflict with
    the url from geonode.<br>
    <br>
    # Featured Maps Pattens<br>
    urlpatterns += patterns('',<br>
                            (r'^maps/(?P<site>[A-Za-z0-9_\-]+)/$',
    'geonode.maps.views.featured_map'),<br>
                           
    (r'^maps/(?P<site>[A-Za-z0-9_\-]+)/info$',
    'geonode.maps.views.featured_map_info'),<br>
                            )<br>
    <br>
    I've been in contact with the creator of django-wiki and looks like
    the url configuration from geonode should be more specific just to
    avoid this kind of situations. Do you think it could be better to
    change the url from above or should i find out how to deal with url
    in the wiki app. <br>
    <br>
    urlpatterns = patterns('',<br>
    <br>
        # Static pages<br>
    #    url(r'^$', 'polls.views.index', name='index'),<br>
         url(r'^demo/$', 'demo.views.index'),<br>
         url(r'^notifications/', get_nyt_pattern()),<br>
         <b>url(r'^wiki/', get_wiki_pattern()),</b><br>
     ) + urlpatterns<br>
    <br>
    I temporally change the geonode url patterns to this<br>
    <br>
    urlpatterns += patterns('',<br>
                            (r'^maps/(?P<site>[A-Za-z0-9_\-]+)/$',
    'geonode.maps.views.featured_map'),<br>
                           
    (r'^maps/(?P<site>[A-Za-z0-9_\-]+)/info$',
    'geonode.maps.views.featured_map_info'),<br>
                            )<br>
    <br>
    but not sure if will break geonode. Also i don't want to change the
    master branch...<br>
    <br>
    <br>
    Thank you<br>
    <br>
    Jesús<br>
  </div>

<br></div></div>_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/geonode-users</a><br>
<br></blockquote></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div>Simone </div>
</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Simone </div>
</div>