diff --git a/config/__pycache__/settings.cpython-311.pyc b/config/__pycache__/settings.cpython-311.pyc index 30014fd..8af9a30 100644 Binary files a/config/__pycache__/settings.cpython-311.pyc and b/config/__pycache__/settings.cpython-311.pyc differ diff --git a/config/settings.py b/config/settings.py index fef83d9..9606bd4 100644 --- a/config/settings.py +++ b/config/settings.py @@ -183,4 +183,6 @@ if EMAIL_USE_SSL: # Default primary key field type # https://docs.djangoproject.com/en/5.2/ref/settings/#default-auto-field -DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' \ No newline at end of file +DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' +LOGIN_REDIRECT_URL = '/admin/' +LOGIN_URL = 'vendor_login' diff --git a/core/__pycache__/tests.cpython-311.pyc b/core/__pycache__/tests.cpython-311.pyc new file mode 100644 index 0000000..65fb3a9 Binary files /dev/null and b/core/__pycache__/tests.cpython-311.pyc differ diff --git a/core/__pycache__/urls.cpython-311.pyc b/core/__pycache__/urls.cpython-311.pyc index 8b31aba..f86515d 100644 Binary files a/core/__pycache__/urls.cpython-311.pyc and b/core/__pycache__/urls.cpython-311.pyc differ diff --git a/core/templates/base.html b/core/templates/base.html index 196857c..e76141d 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -42,7 +42,7 @@
- + Admin / Vendor Login
@@ -54,6 +54,12 @@ {% block content %}{% endblock %} + + + + Chat Admin + +