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
- Added `MAIN_PAGE` variable to `settings.py` file.
- Modified `urls.py` file to include `settings.MAIN_PAGE` in the path.
These changes add a new variable `MAIN_PAGE` to the `settings.py` file, which retrieves its value from the environment variable `MAIN_PAGE`. In the `urls.py` file, the path for the signals app is modified to include `settings.MAIN_PAGE` as the prefix for the URL.
0 commit comments