[GeoNode-users] Registering into Geonode welcome page

Ricardo Filipe Soares Garcia da ricardo.garcia.silva at gmail.com
Wed Nov 22 12:56:14 PST 2017


Hi John

Make sure that in your settings.py file (or local_settings.py if you are
using it) have the following setting

ACCOUNT_OPEN_SIGNUP=True


This should cause the geonode user interface to show a `register` button,
next to the `sign in` one.

Best regards


On Wed, Nov 22, 2017 at 8:03 PM, wilbert John <simbillah at gmail.com> wrote:

> I have managed to installation Geonode on my laptop, but I cannot get
> register icon, there is on sign in icon.
>
> Thanks
>
> On Nov 22, 2017 11:00 PM, <geonode-users-request at lists.osgeo.org> wrote:
>
> Send geonode-users mailing list submissions to
>         geonode-users at lists.osgeo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.osgeo.org/mailman/listinfo/geonode-users
> or, via email, send a message with subject or body 'help' to
>         geonode-users-request at lists.osgeo.org
>
> You can reach the person managing the list at
>         geonode-users-owner at lists.osgeo.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of geonode-users digest..."
>
>
> Today's Topics:
>
>    1. GeoNode 2.6 change to Public IP (app at geoedge.lk)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 22 Nov 2017 21:33:36 +0530
> From: app at geoedge.lk
> To: geonode-users at lists.osgeo.org
> Subject: [GeoNode-users] GeoNode 2.6 change to Public IP
> Message-ID: <49b5c2d51cd7b402193fc14f00925893 at geoedge.lk>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Hi,
>
> I am new to GeoNode, I installed Geonode 2.6 on ubuntu 16
> (http://docs.geonode.org/en/master/tutorials/install_and_adm
> in/quick_install.html)
> and after suucessfully installed it, I configured my server to a public
> IP and using sudo geonode-updateip command I changed my ip in geonode,
> but after that I can't login to geonode application, Browser show "The
> connection was reset" (I thing its a time out)
>
> How can I fix this?
>
> Geoserver log last lines
>
> 2017-11-22 10:01:14,734 DEBUG
> [org.geoserver.security.filter.GeoServerSecurityContextPersi
> stenceFilter$1]
> - SecurityContextHolder now cleared, as request processing completed
> 2017-11-22 10:01:15,036 DEBUG
> [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] -
> Checking match of request : 'Path: /web/, QueryString: null'; against
> '/web/**'
> 2017-11-22 10:01:15,036 DEBUG
> [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] -
> Matched Path: /web/, QueryString: null with /web/**
> 2017-11-22 10:01:15,042 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for [/web/]
> 2017-11-22 10:01:15,043 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for [/web/]
> 2017-11-22 10:01:15,043 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for [/web/]
> 2017-11-22 10:01:15,043 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for [/web/]
> 2017-11-22 10:01:15,185 DEBUG [org.geoserver.filters] - Creating a new
> http session inside the web UI (normal behavior)
> java.lang.Exception: Full stack trace for the session creation path
>         at
> org.geoserver.filters.SessionDebugFilter$SessionDebugWrapper.getSession(
> SessionDebugFilter.java:92)
>         at
> javax.servlet.http.HttpServletRequestWrapper.getSession(Http
> ServletRequestWrapper.java:229)
>         at
> javax.servlet.http.HttpServletRequestWrapper.getSession(Http
> ServletRequestWrapper.java:229)
>         at
> javax.servlet.http.HttpServletRequestWrapper.getSession(Http
> ServletRequestWrapper.java:229)
>         at
> org.apache.wicket.session.HttpSessionStore.getHttpSession(Ht
> tpSessionStore.java:95)
>         at
> org.apache.wicket.session.HttpSessionStore.getSessionId(Http
> SessionStore.java:166)
>         at org.apache.wicket.Session.bind(Session.java:267)
>         at org.apache.wicket.Session.replaceSession(Session.java:519)
>         at
> org.geoserver.web.GeoServerApplication.onApplicationEvent(Ge
> oServerApplication.java:417)
>         at
> org.springframework.context.event.SimpleApplicationEventMult
> icaster.invokeListener(SimpleApplicationEventMulticaster.java:163)
>         at
> org.springframework.context.event.SimpleApplicationEventMult
> icaster.multicastEvent(SimpleApplicationEventMulticaster.java:136)
>         at
> org.springframework.context.support.AbstractApplicationConte
> xt.publishEvent(AbstractApplicationContext.java:381)
>         at
> org.springframework.context.support.AbstractApplicationConte
> xt.publishEvent(AbstractApplicationContext.java:335)
>         at
> org.springframework.security.authentication.DefaultAuthentic
> ationEventPublisher.publishAuthenticationSuccess(DefaultAuth
> enticationEventPublisher.java:84)
>         at
> org.springframework.security.authentication.ProviderManager.
> authenticate(ProviderManager.java:213)
>         at
> org.geoserver.security.GeoServerSecurityManager.checkForDefa
> ultAdminPassword(GeoServerSecurityManager.java:1492)
>         at
> org.geoserver.security.web.SecurityHomePageContentProvider$
> SecurityWarningsPanel.<init>(SecurityHomePageContentProvider.java:105)
>         at
> org.geoserver.security.web.SecurityHomePageContentProvider.
> getPageBodyComponent(SecurityHomePageContentProvider.java:47)
>         at
> org.geoserver.web.GeoServerHomePage$1.populateItem(GeoServer
> HomePage.java:129)
>         at
> org.apache.wicket.markup.html.list.ListView.onPopulate(ListView.java:523)
>         at
> org.apache.wicket.markup.repeater.AbstractRepeater.onBeforeR
> ender(AbstractRepeater.java:124)
>         at org.apache.wicket.Component.internalBeforeRender(Component.
> java:949)
>         at org.apache.wicket.Component.beforeRender(Component.java:1017)
>         at
> org.apache.wicket.MarkupContainer.onBeforeRenderChildren(Mar
> kupContainer.java:1568)
>         at org.apache.wicket.Component.onBeforeRender(Component.java:3877)
>         at org.apache.wicket.Page.onBeforeRender(Page.java:801)
>         at org.apache.wicket.Component.internalBeforeRender(Component.
> java:949)
>         at org.apache.wicket.Component.beforeRender(Component.java:1017)
>         at
> org.apache.wicket.Component.internalPrepareForRender(Component.java:2215)
>         at org.apache.wicket.Page.internalPrepareForRender(Page.java:242)
>         at org.apache.wicket.Component.render(Component.java:2304)
>         at org.apache.wicket.Page.renderPage(Page.java:1018)
>         at
> org.apache.wicket.request.handler.render.WebPageRenderer.
> renderPage(WebPageRenderer.java:124)
>         at
> org.apache.wicket.request.handler.render.WebPageRenderer.
> respond(WebPageRenderer.java:236)
>         at
> org.apache.wicket.core.request.handler.RenderPageRequestHand
> ler.respond(RenderPageRequestHandler.java:175)
>         at
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor
> .respond(RequestCycle.java:865)
>         at
> org.apache.wicket.request.RequestHandlerStack.execute(Reques
> tHandlerStack.java:64)
>         at
> org.apache.wicket.request.cycle.RequestCycle.execute(Request
> Cycle.java:265)
>         at
> org.apache.wicket.request.cycle.RequestCycle.processRequest(
> RequestCycle.java:222)
>         at
> org.apache.wicket.request.cycle.RequestCycle.processRequestA
> ndDetach(RequestCycle.java:293)
>         at
> org.apache.wicket.protocol.http.WicketFilter.processRequestC
> ycle(WicketFilter.java:261)
>         at
> org.apache.wicket.protocol.http.WicketFilter.processRequest(
> WicketFilter.java:203)
>         at
> org.apache.wicket.protocol.http.WicketServlet.doGet(WicketSe
> rvlet.java:137)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
>         at
> org.springframework.web.servlet.mvc.ServletWrappingControlle
> r.handleRequestInternal(ServletWrappingController.java:158)
>         at
> org.springframework.web.servlet.mvc.AbstractController.handl
> eRequest(AbstractController.java:147)
>         at
> org.springframework.web.servlet.mvc.SimpleControllerHandlerA
> dapter.handle(SimpleControllerHandlerAdapter.java:50)
>         at
> org.springframework.web.servlet.DispatcherServlet.doDispatch
> (DispatcherServlet.java:959)
>         at
> org.springframework.web.servlet.DispatcherServlet.doService(
> DispatcherServlet.java:893)
>         at
> org.springframework.web.servlet.FrameworkServlet.processRequ
> est(FrameworkServlet.java:968)
>         at
> org.springframework.web.servlet.FrameworkServlet.doGet(
> FrameworkServlet.java:859)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
>         at
> org.springframework.web.servlet.FrameworkServlet.service(
> FrameworkServlet.java:844)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:303)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:241)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at
> org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(Thr
> eadLocalsCleanupFilter.java:28)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:241)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at
> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(
> SpringDelegatingFilter.java:75)
>         at
> org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71)
>         at
> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(
> SpringDelegatingFilter.java:71)
>         at
> org.geoserver.filters.SpringDelegatingFilter.doFilter(Spring
> DelegatingFilter.java:46)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:241)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at
> org.geoserver.platform.AdvancedDispatchFilter.doFilter(Advan
> cedDispatchFilter.java:50)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:241)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFil
> terChain.doFilter(FilterChainProxy.java:316)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter$Neste
> dFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>         at
> org.springframework.security.web.access.intercept.FilterSecu
> rityInterceptor.invoke(FilterSecurityInterceptor.java:126)
>         at
> org.springframework.security.web.access.intercept.FilterSecu
> rityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter$Neste
> dFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter.doFil
> ter(GeoServerCompositeFilter.java:92)
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFil
> terChain.doFilter(FilterChainProxy.java:330)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter$Neste
> dFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>         at
> org.springframework.security.web.access.ExceptionTranslation
> Filter.doFilter(ExceptionTranslationFilter.java:114)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter$Neste
> dFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter.doFil
> ter(GeoServerCompositeFilter.java:92)
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFil
> terChain.doFilter(FilterChainProxy.java:330)
>         at
> org.geoserver.security.filter.GeoServerAnonymousAuthenticati
> onFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFil
> terChain.doFilter(FilterChainProxy.java:330)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter$Neste
> dFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>         at
> org.springframework.security.web.authentication.AbstractAuth
> enticationProcessingFilter.doFilter(AbstractAuthenticatio
> nProcessingFilter.java:205)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter$Neste
> dFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter.doFil
> ter(GeoServerCompositeFilter.java:92)
>         at
> org.geoserver.security.filter.GeoServerUserNamePasswordAuthe
> nticationFilter.doFilter(GeoServerUserNamePasswordAuthentica
> tionFilter.java:116)
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFil
> terChain.doFilter(FilterChainProxy.java:330)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter$Neste
> dFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>         at
> org.springframework.security.web.authentication.rememberme.R
> ememberMeAuthenticationFilter.doFilter(RememberMeAuthenticat
> ionFilter.java:157)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter$Neste
> dFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter.doFil
> ter(GeoServerCompositeFilter.java:92)
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFil
> terChain.doFilter(FilterChainProxy.java:330)
>         at
> org.geoserver.security.oauth2.GeoServerOAuthAuthenticationFi
> lter.doFilter(GeoServerOAuthAuthenticationFilter.java:132)
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFil
> terChain.doFilter(FilterChainProxy.java:330)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter$Neste
> dFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>         at
> org.springframework.security.web.context.SecurityContextPers
> istenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)
>         at
> org.geoserver.security.filter.GeoServerSecurityContextPersis
> tenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter$Neste
> dFilterChain.doFilter(GeoServerCompositeFilter.java:73)
>         at
> org.geoserver.security.filter.GeoServerCompositeFilter.doFil
> ter(GeoServerCompositeFilter.java:92)
>         at
> org.springframework.security.web.FilterChainProxy$VirtualFil
> terChain.doFilter(FilterChainProxy.java:330)
>         at
> org.springframework.security.web.FilterChainProxy.doFilterIn
> ternal(FilterChainProxy.java:213)
>         at
> org.springframework.security.web.FilterChainProxy.doFilter(F
> ilterChainProxy.java:176)
>         at
> org.geoserver.security.GeoServerSecurityFilterChainProxy.
> doFilter(GeoServerSecurityFilterChainProxy.java:152)
>         at
> org.springframework.web.filter.DelegatingFilterProxy.invokeD
> elegate(DelegatingFilterProxy.java:346)
>         at
> org.springframework.web.filter.DelegatingFilterProxy.doFilte
> r(DelegatingFilterProxy.java:262)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:241)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.
> java:87)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:241)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:241)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at
> org.geoserver.filters.SessionDebugFilter.doFilter(SessionDeb
> ugFilter.java:48)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:241)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at
> org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:241)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at
> org.springframework.web.filter.CharacterEncodingFilter.doFil
> terInternal(CharacterEncodingFilter.java:121)
>         at
> org.springframework.web.filter.OncePerRequestFilter.doFilter
> (OncePerRequestFilter.java:107)
>         at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi
> lter(ApplicationFilterChain.java:241)
>         at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App
> licationFilterChain.java:208)
>         at
> org.apache.catalina.core.StandardWrapperValve.invoke(Standar
> dWrapperValve.java:221)
>         at
> org.apache.catalina.core.StandardContextValve.invoke(Standar
> dContextValve.java:122)
>         at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(A
> uthenticatorBase.java:505)
>         at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHo
> stValve.java:169)
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo
> rtValve.java:103)
>         at
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
>         at
> org.apache.catalina.core.StandardEngineValve.invoke(Standard
> EngineValve.java:116)
>         at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd
> apter.java:436)
>         at
> org.apache.coyote.http11.AbstractHttp11Processor.process(Abs
> tractHttp11Processor.java:1078)
>         at
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler
> .process(AbstractProtocol.java:625)
>         at
> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(
> JIoEndpoint.java:318)
>         at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
> Executor.java:1149)
>         at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
> lExecutor.java:624)
>         at
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.
> run(TaskThread.java:61)
>         at java.lang.Thread.run(Thread.java:748)
> 2017-11-22 10:01:15,277 INFO [org.geoserver.security] - Strong
> cryptography is available
> 2017-11-22 10:01:15,769 DEBUG
> [org.geoserver.security.filter.GeoServerSecurityContextPersi
> stenceFilter$1]
> - SecurityContextHolder now cleared, as request processing completed
> 2017-11-22 10:01:16,066 DEBUG
> [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] -
> Checking match of request : 'Path: /web/, QueryString: 1'; against
> '/web/**'
> 2017-11-22 10:01:16,066 DEBUG
> [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] -
> Matched Path: /web/, QueryString: 1 with /web/**
> 2017-11-22 10:01:16,098 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for [/web/]
> 2017-11-22 10:01:16,098 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for [/web/]
> 2017-11-22 10:01:16,098 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for [/web/]
> 2017-11-22 10:01:16,098 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for [/web/]
> 2017-11-22 10:01:16,101 DEBUG [org.geoserver.filters] - Compressing
> output for mimetype: text/html;charset=UTF-8
> 2017-11-22 10:01:16,103 DEBUG
> [org.geoserver.security.filter.GeoServerSecurityContextPersi
> stenceFilter$1]
> - SecurityContextHolder now cleared, as request processing completed
> 2017-11-22 10:01:18,907 DEBUG
> [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] -
> Checking match of request : 'Path:
> /web/wicket/bookmarkable/org.geoserver.web.admin.logpage, QueryString:
> null'; against '/web/**'
> 2017-11-22 10:01:18,907 DEBUG
> [org.geoserver.security.IncludeQueryStringAntPathRequestMatcher] -
> Matched Path: /web/wicket/bookmarkable/org.geoserver.web.admin.logpage,
> QueryString: null with /web/**
> 2017-11-22 10:01:18,928 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for
> [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
> 2017-11-22 10:01:18,929 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for
> [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
> 2017-11-22 10:01:18,929 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for
> [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
> 2017-11-22 10:01:18,929 TRACE [org.geoserver.ows.OWSHandlerMapping] - No
> handler mapping found for
> [/web/wicket/bookmarkable/org.geoserver.web.admin.LogPage]
> 2017-11-22 10:01:18,933 DEBUG [org.geoserver] - Thread 63 locking in
> mode WRITE
> 2017-11-22 10:01:18,933 DEBUG [org.geoserver] - Thread 63 got the lock
> in mode WRITE
>
>
> Thank You.
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-users
>
>
> ------------------------------
>
> End of geonode-users Digest, Vol 34, Issue 50
> *********************************************
>
>
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/geonode-users
>
>


-- 
___________________________ ___ __
Ricardo Garcia Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20171122/cf1ffa53/attachment-0001.html>


More information about the geonode-users mailing list