Nessun prodotto nel carrello.
Prendi nota del tuo Nome Utente. Ti servirà per accedere
Conserva attentamente questa stampa con le credenziali.
Using the URLconf defined in src.urls, Django tried these URL patterns, in this order:
src.urls
The current path, wiscom/api/accounts/create/student///////st, didn't match any of these.
wiscom/api/accounts/create/student///////st
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
DEBUG = True
False