Re: error problem

2023-02-20 Thread David Nugent
You appear to half only half asked your question and have provided no
context.

Do you have a route named 'register'?  [ URL(, name="register") ] (I am
guessing no, else this specific error would not occur)

Guessing what you forgot to mention, check out some of the great tutorials
available via a google search on account registration and signup with
Django.

HTH,
David

On Tue, Feb 21, 2023 at 12:49 PM Tanjil Hossain 
wrote:

> i am fatchig this error any one help me
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/b3e6a094-8027-49d8-a0ea-b3f21efe4510n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAE5VhgVLi6VgPdreZT4-P%3DkzTTtFGa_Uj7L24iCpo-4OV6YZGQ%40mail.gmail.com.


Custom Django ORM manager

2023-02-20 Thread Zdravko Georev
Hi all, 

What is the point for creating custom, our own, ORM manager? Maybe I ask 
this dumb question because I lack of experience at all :)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/243cc4dc-3786-44e3-a7a7-9ee3b365964en%40googlegroups.com.


Re: solution of You must set settings.ALLOWED_HOSTS if DEBUG is False.

2023-02-20 Thread Alan Wang
Please try to add "localhost" in your ALLOWED_HOSTS list.

ALLOWED_HOSTS = ["localhost"]

On Sunday, February 12, 2023 at 12:24:40 PM UTC-5 fatima zahra ait lhaj 
wrote:

> it's setting.py file
> [image: setting.png]
>
>  ==> python  manage.py runserver
> CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9834d383-f7e4-4204-9924-9c0d7a7c253fn%40googlegroups.com.


Django 4.2 beta 1 released

2023-02-20 Thread Mariusz Felisiak

Details are available on the Django project weblog:

https://www.djangoproject.com/weblog/2023/feb/20/django-42-beta-1-released/

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/09920202-2ff3-9bce-6a64-e69ec0b9782c%40gmail.com.