Change the Python module's name back to rlgall.
It is no longer an experimental variant. Using a database as a backend is a settled feature.
This commit is contained in:
parent
b9081d194b
commit
f272772dcb
9 changed files with 14 additions and 12 deletions
|
|
@ -12,7 +12,7 @@ py/ contains various Python scripts.
|
|||
py/recorder.py processes the log files and stores the data in a PostgreSQL
|
||||
database. It should be run periodically by cron.
|
||||
|
||||
py/rlgalldb.py is a module which recorder.py requires. It should be installed
|
||||
py/rlgall.py is a module which recorder.py requires. It should be installed
|
||||
in /lib/python<x.y>/site-packages or the equivalent location.
|
||||
|
||||
web/ contains the static parts of the rlgallery.org website. Note that when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue