<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    That's great, thank you Simone!<br>
    <br>
    <div class="moz-cite-prefix">On 04/28/2015 01:27 AM, Simone Dalmasso
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAAHAC+f4dE1N9nYpoiu_1wiLpuCh_-b=cJNHkkVsi+bOO0fxXg@mail.gmail.com"
      type="cite">
      <div dir="ltr">ok I just renamed them like this in master <a
          moz-do-not-send="true"
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 moz-do-not-send="true"
              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 moz-do-not-send="true"
                        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 moz-do-not-send="true"
                    href="mailto:geonode-users@lists.osgeo.org"
                    target="_blank">geonode-users@lists.osgeo.org</a><br>
                  <a moz-do-not-send="true"
                    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>
    </blockquote>
    <br>
  </body>
</html>