Re: Django tutor.

2022-07-27 Thread Saad Olamilekan
You always consult, anytime you need help... On Wed, Jul 27, 2022, 2:49 PM pediah wanmi wrote: > I am a djongk intermediary, please can I > get a tutor? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group an

Re: error email in django

2022-01-21 Thread Saad Olamilekan
> *Subject:* Re: error email in django > > ok My problem is solved in django email. Thank you > > On Fri, 21 Jan 2022 at 18:14, Kasper Laudrup > wrote: > >> On 21/01/2022 00.37, Saad Olamilekan wrote: >> > Have you install rest frame work then, insert it to re

Re: error email in django

2022-01-20 Thread Saad Olamilekan
Have you install rest frame work then, insert it to register app in setting? On Thu, Jan 20, 2022, 7:39 PM Kasper Laudrup On 20/01/2022 15.19, Aksh Desai wrote: > > Hi! I face one error "No module named 'django.core.mail.backend'" when i > > use django-rest-framework. Now what can i do? How i fix

Re: when i am writing {%load static%} rather than getting exectuted it is getting displayed as simple text on htmloutput screen

2021-06-30 Thread Saad Olamilekan
load your static by putting space in between the percent and load and after static before percent eg. {% load static %}. On Wed, Jun 30, 2021, 2:56 PM pritam bhutada try ---> {% load staticfiles %} > > On Wednesday, June 30, 2021 at 9:47:46 AM UTC+5:30 ujjwal...@gmail.com > wrote: > >> Dear all

Re: Django Tutorial Part 3 Error for Django 3.1

2021-03-16 Thread Saad Olamilekan
Check your files, your app files may not in the right directory On Tue, Mar 16, 2021, 3:46 PM Kelvin Sajere Simply because you haven't specified that URL path in your project, so it > would naturally not be able to find it. The path I see from your error > image, is the /admin/ path. > > On Tue,