This commit is contained in:
parent
d4fd35769d
commit
06c0af7009
6 changed files with 100 additions and 49 deletions
|
|
@ -12,6 +12,4 @@ def base_url(request: HttpRequest) -> dict[str, str]:
|
|||
Returns:
|
||||
dict[str, str]: A dictionary containing the BASE_URL.
|
||||
"""
|
||||
return {
|
||||
"BASE_URL": getattr(settings, "BASE_URL", ""),
|
||||
}
|
||||
return {"BASE_URL": getattr(settings, "BASE_URL", "")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue