Re: django module not found

2022-01-24 Thread Dawda Borje Kujabi
Thank you, it worked. On Mon, Jan 24, 2022, 2:16 PM Kasper Laudrup wrote: > On 24/01/2022 05.18, 'Delvin Alexander' via Django users wrote: > > > > No module named 'django.shortcut' > > Typo. It should be "django.shortcuts" > > Kind regards, > > Kasper Laudrup > > -- > You received this message

Re: django module not found

2022-01-24 Thread Kasper Laudrup
On 24/01/2022 05.18, 'Delvin Alexander' via Django users wrote: No module named 'django.shortcut' Typo. It should be "django.shortcuts" Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g

Re: django module not found

2022-01-24 Thread Kasper Laudrup
On 24/01/2022 15.11, Lakshyaraj Dash X-D 25 wrote: Try restarting your code editor or reinstall python. How would that change anything? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g

Re: django module not found

2022-01-24 Thread Lakshyaraj Dash X-D 25
If you're using virtual environment then try creating a new virtual environment and install django again in your virtual environment. On Mon, Jan 24, 2022, 19:28 'Delvin Alexander' via Django users < django-users@googlegroups.com> wrote: > Hello, > > I am new and just started to learn Django. I a

Re: django module not found

2022-01-24 Thread Lakshyaraj Dash X-D 25
Try restarting your code editor or reinstall python. On Mon, Jan 24, 2022, 19:28 'Delvin Alexander' via Django users < django-users@googlegroups.com> wrote: > Hello, > > I am new and just started to learn Django. I am attempting to create my > first application and ofcourse progress to a website