Fix more errors
This commit is contained in:
@ -13,9 +13,7 @@ def version_date():
|
||||
"%d-%b-%Y %H:%m",
|
||||
time.gmtime(
|
||||
os.path.getmtime(
|
||||
os.path.abspath(
|
||||
os.path.join(settings.BASE_DIR, "..", "..", "pyproject.toml")
|
||||
)
|
||||
os.path.abspath(os.path.join(settings.BASE_DIR, "pyproject.toml"))
|
||||
)
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user