You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kristoffer Snabb edited this page May 7, 2012
·
2 revisions
Installation
To install geoforms just run
python setup.py install --force
This should install the application to the python path. After this you need to
add 'geoforms' to your INSTALLED _ APPS in settings.py.
Also remember to add 'questionnaire.api.js' to JAVASCRIPT _ CLIENT _ TEMPLATES so the
geonition.js api will work and the api can be loaded by the geonition application
setup.
Settings used by this application
ORGANIZATION_ADMIN_DEFAULT_MAP_SETTINGS is used to get default_lon, default_lat and default_zoom for the admin map.