From 3d12397d9a2235ab8d166512471e40dd585d3371 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 21 Jun 2025 20:14:45 +0300 Subject: databaseReset.py fixed to use uv with manage.py --- databaseReset.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'databaseReset.py') diff --git a/databaseReset.py b/databaseReset.py index 8790b58..d7b2c91 100644 --- a/databaseReset.py +++ b/databaseReset.py @@ -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 -- cgit v1.2.3