Skip to content

Commit 96afce1

Browse files
authored
Merge pull request #134 from unicef/fix-manage
fix manage
2 parents fbbfeb0 + 4b28023 commit 96afce1

File tree

2 files changed

+40
-41
lines changed

2 files changed

+40
-41
lines changed

manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pathlib import Path
55

66
SRC = Path("src").resolve()
7-
sys.path.insert(0, SRC)
7+
sys.path.insert(0, str(SRC))
88

99
if __name__ == "__main__":
1010
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "country_workspace.config.settings")

uv.lock

Lines changed: 39 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)