I would like a url (e.g. http://MyGeoNodeIP/MyApplication) to be only accessible when a user is logged into GeoNode. How can this be done? Ben
Hey Ben, This is what you are looking for: the login_required decorator [1]. Ariel. [1] https://docs.djangoproject.com/en/dev/topics/auth/#the-login-required-decorator
Thanks Ariel, and happy holidays to you and your family! Ben On Dec 21, 2011, at 3:45 PM, Ariel Nunez wrote: > Hey Ben, > > This is what you are looking for: the login_required decorator [1]. > > Ariel. > > [1] https://docs.djangoproject.com/en/dev/topics/auth/#the-login-required-decorator