Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Geonode 210 #263

Closed
wants to merge 9 commits into from
Closed
18 changes: 0 additions & 18 deletions app-conf/geonode/default_oauth_apps.json

This file was deleted.

2 changes: 2 additions & 0 deletions app-conf/geonode/local_settings.py.sample
Expand Up @@ -19,6 +19,7 @@
#########################################################################

import os
from geonode.settings import *

PROJECT_ROOT = os.path.abspath(os.path.dirname(__file__))

Expand Down Expand Up @@ -117,3 +118,4 @@ CATALOGUE = {
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS', ['localhost','geonode'])
MEDIA_ROOT = "/var/www/geonode/uploaded"
STATIC_ROOT = "/var/www/geonode/static"
SESSION_EXPIRED_CONTROL_ENABLED = False
18 changes: 0 additions & 18 deletions app-conf/geonode/sample_admin.json

This file was deleted.