This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
library-web/web
Frédéric Péters e7376fab55 temporarily disable sqlite connection reuse 2011-04-06 17:31:18 +05:30
..
README Rewrote web application serving symbols in Django (GNOME bug 500378) 2010-12-03 16:51:31 +01:00
__init__.py Rewrote web application serving symbols in Django (GNOME bug 500378) 2010-12-03 16:51:31 +01:00
api.py temporarily disable sqlite connection reuse 2011-04-06 17:31:18 +05:30
lgoweb.wsgi Rewrote web application serving symbols in Django (GNOME bug 500378) 2010-12-03 16:51:31 +01:00
manage.py Rewrote web application serving symbols in Django (GNOME bug 500378) 2010-12-03 16:51:31 +01:00
settings.py Rewrote web application serving symbols in Django (GNOME bug 500378) 2010-12-03 16:51:31 +01:00
urls.py Rewrote web application serving symbols in Django (GNOME bug 500378) 2010-12-03 16:51:31 +01:00

README

This web application should typically be run as WSGI, with such a line in the
<VirtualHost> definition:

  WSGIScriptAlias /symbols /path/to/library-web/lgoweb/lgoweb.wsgi

It needs to have LIBRARY_WEB_CONFIG_FILE defined in its settings.py file (well,
local_settings.py is better), pointing to an existing library-web configuration
file.