mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-17 06:17:27 +00:00
upgrading scripts to use uv
This commit is contained in:
@@ -95,7 +95,7 @@ SURVEXPORT = "survexport" # for parsing .3d files and producing .pos files
|
||||
DBSQLITE = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.sqlite3", # 'postgresql_psycopg2', 'mysql', 'sqlite3' or 'oracle'.
|
||||
"NAME": "/home/philip/p11d5/troggle.sqlite",
|
||||
"NAME": "/home/philip/expo/troggle.sqlite",
|
||||
# 'NAME' : ':memory:',
|
||||
"USER": "expo", # Not used with sqlite3.
|
||||
"PASSWORD": "sekrit", # Not used with sqlite3.
|
||||
|
||||
Reference in New Issue
Block a user