frontend error management enhancement
This commit is contained in:
@@ -29,7 +29,7 @@ from middleware.auth import AuthManager
|
||||
from datetime import datetime, timezone
|
||||
|
||||
# Default credentials
|
||||
DEFAULT_ADMIN_EMAIL = "admin@letzshop.com"
|
||||
DEFAULT_ADMIN_EMAIL = "admin@wizamart.com"
|
||||
DEFAULT_ADMIN_USERNAME = "admin"
|
||||
DEFAULT_ADMIN_PASSWORD = "admin123" # Change in production!
|
||||
|
||||
@@ -268,7 +268,7 @@ def seed_database():
|
||||
for v in vendors:
|
||||
print(f"\n {v.vendor_code}")
|
||||
print(f" Name: {v.name}")
|
||||
print(f" Subdomain: {v.subdomain}.letzshop.com")
|
||||
print(f" Subdomain: {v.subdomain}.wizamart.com")
|
||||
print(f" Theme URL: http://localhost:8000/admin/vendors/{v.vendor_code}/theme")
|
||||
print(f" Verified: {'✓' if v.is_verified else '✗'}")
|
||||
print(f" Active: {'✓' if v.is_active else '✗'}")
|
||||
|
||||
Reference in New Issue
Block a user