You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When it is written in the settings BASE_DIR = Path(__file__).resolve().parent.parent
the extension does not send statistics to the API.
Even if it is written in another module and then imported into the settings.
But this works OK if write BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
The text was updated successfully, but these errors were encountered:
When it is written in the settings
BASE_DIR = Path(__file__).resolve().parent.parent
the extension does not send statistics to the API.
Even if it is written in another module and then imported into the settings.
But this works OK if write
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
The text was updated successfully, but these errors were encountered: