Hello.

I am customizing Geonode 1.2a2  on Ubuntu 11.10 following this
http://docs.geonode.org/en/latest/developers/extend.html.

All goes well until i get to step 8 & 9. Modifying the script to,

os.environ['DJANGO_SETTINGS_MODULE'] = 'umaps.settings'

and

WSGIScriptAlias / "/var/www/geonode/wsgi/umaps.wsgi"


Returns an Internal server error and the apache.log has this:*ImportError:
Could not import settings 'maps.settings' (Is it on sys.path?): No module
named maps.settings*

and yet,

os.environ['DJANGO_SETTINGS_MODULE'] = 'geonode.settings'

and

WSGIScriptAlias / "/var/www/geonode/wsgi/umaps.wsgi"



does not return any error at the GUI. It seems apache continues to use the
original geonode script and not the umaps.wsgi script?

How do i get apache to execute the changes in my new project since i want
to keep the original geonode installation clean?

regards,

Ketty Adoch.

Reply via email to