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
- Modified `STATIC_URL` to include `MAIN_PAGE` variable.
- Modified `MEDIA_URL` to include `MAIN_PAGE` variable.
These changes include updating the `STATIC_URL` and `MEDIA_URL` to include the `MAIN_PAGE` variable, which allows for dynamic URL generation based on the environment variable value. Additionally, the URL pattern in `urls.py` has been modified to include `MAIN_PAGE` variable in the path.
0 commit comments