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
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python3
|
||||
# setupdb.py: initializes the database tables used by the rlg system.
|
||||
|
||||
import rlgalldb as rlgall
|
||||
import rlgall
|
||||
import psycopg2
|
||||
|
||||
webuser = "webserver"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue