This pull request includes a small change to the eMarket/settings.py file. The change adds a new setting for the login URL. This allows the app to automatically redirect the user to the login screen when trying to access authenticated areas
eMarket/settings.py: Added LOGIN_URL setting to specify the URL for the login page.
This pull request includes a small change to the
eMarket/settings.py
file. The change adds a new setting for the login URL. This allows the app to automatically redirect the user to the login screen when trying to access authenticated areaseMarket/settings.py
: AddedLOGIN_URL
setting to specify the URL for the login page.