2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 05:55:06 +00:00

databaseReset.py fixed to use uv with manage.py

This commit is contained in:
2025-06-21 20:14:45 +03:00
parent 576e4a20f0
commit 3d12397d9a
3 changed files with 54 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
#!/usr/bin/env python
# /// script
# requires-python = ">=3.13"
# dependencies = [
# "bs4",
# "cryptography",
# "django",
# "piexif",
# "pillow",
# "unidecode",
# ]
# ///
import json
import locale
import os