Compare commits
1 Commits
0.2.5
...
c3c9ae0632
Author | SHA1 | Date | |
---|---|---|---|
c3c9ae0632 |
@ -13,7 +13,9 @@ def version_date():
|
|||||||
"%d-%b-%Y %H:%m",
|
"%d-%b-%Y %H:%m",
|
||||||
time.gmtime(
|
time.gmtime(
|
||||||
os.path.getmtime(
|
os.path.getmtime(
|
||||||
os.path.abspath(os.path.join(settings.BASE_DIR, "..", "..", ".git"))
|
os.path.abspath(
|
||||||
|
os.path.join(settings.BASE_DIR, "..", "..", "pyproject.toml")
|
||||||
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user