Re: how can i solve this error?

2023-01-23 Thread M Adnan
Just add you app name in installed app like if your app name is agriApp than just write agriApp in installed app then it will be worked no need for app.agriAppConfig On Tue, 24 Jan 2023, 2:18 am 'Kasper Laudrup' via Django users, < django-users@googlegroups.com> wrote: > On 23/01/2023 18.20, Vane

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread M Adnan
Join this group to discuss your issues with developers link below , https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 On Thu, 19 Jan 2023, 6:21 pm Radhika Soni, wrote: > Hello, > You can take help from udemy or coursera courses. > > On Thu, Jan 19, 2023, 4:36 PM Hubert Kanyamahanga > wrote: >

Re: Django rest framework

2022-11-25 Thread M Adnan
Message in the group if no body will help than I will guide you in group I am in admin in group On Fri, 25 Nov 2022, 10:02 pm Pooja Kumari, wrote: > Yeah.. I'm already in group. > > On Fri, Nov 25, 2022, 10:29 PM M Adnan wrote: > >> https://chat.whatsapp.com

Re: Django rest framework

2022-11-25 Thread M Adnan
https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 Join this group to discuss all django query here all the developers will help of you On Fri, 25 Nov 2022, 9:56 pm Pooja Kumari, wrote: > Hello.. Can anybody help me with APIs in django? I have to create > registration and login APIs but my conc

Re: Page Integration

2022-11-15 Thread M Adnan
Join Django developer what's app group link below to discuss Django questions https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 On Fri, 11 Nov 2022, 12:07 am Pooja Kumari, wrote: > Where I have to use save() method? In models or somewhere else? > > On Thu, Nov 10, 2022, 9:19 PM Lakshyaraj Dash

Re: group

2022-09-28 Thread M Adnan
https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 Join Django developer group by using this link thanks 😊 On Wed, 28 Sep 2022, 9:13 pm Prince Adedotun, wrote: > Add me also... > > 08167422287 > > On Mon, 26 Sept 2022, 18:49 yassin kamanyile, > wrote: > >> Add me +255763023477 >> >> On Mon, 26 S

Re: group

2022-09-28 Thread M Adnan
https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 Join group click on above for Django developer On Wed, 28 Sep 2022, 9:59 am Julio Cojom, wrote: > This shit again, STOP IT. > > El mar, 27 sept 2022 a las 9:29, Alfredo Yong () > escribió: > >> Please, me too... >> >> +51995070400 >> >> On Tue,

Re:

2022-09-26 Thread M Adnan
+923067710205 My Whatsapp number On Mon, 26 Sep 2022, 8:01 pm Vishal Raju Narikulam, wrote: > My whatsapp +919747711087 > > -- > 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, s

Part Time Jobs

2022-09-23 Thread M Adnan
My name is Muhammad Adnan, I have one year experience in Django and Django rest framework with html,css and Bootstrap and JavaScript. I need Part job if anyone have part time job than they can contact me on Whatsapp 03094051037. Thanks 😊 On Fri, 23 Sep 2022, 10:30 pm Sajanraj T D, wrote: > You c

Re: ImportError: cannot import name 'employees' from 'rest_framework'

2022-09-01 Thread M Adnan
>From webapp.models import employee On Thu, 1 Sep 2022, 7:02 pm Pooja Kumari, wrote: > Can anyone explain this error? > > -- > 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, sen

Re: How to enable/disable a hyperlink based on the clock

2022-08-24 Thread M Adnan
Use cronjobs for this , which will run on a specific time and than make a boolean true or false than you can easily handle enable and disable on the base of the boolean On Wed, 24 Aug 2022, 10:58 am Mike Dewhirst, wrote: > I want to provide a link to join a regular Zoom webinar but > enable/disa

Re: Looking for Django Developer - Co founder for Fintech Product

2022-08-17 Thread M Adnan
Where I will Send my resume? On Wed, 17 Aug 2022, 7:50 pm Mannoj Tewari, wrote: > Hi, > > I am looking for Django Developer / Co-founder for fintech product in > Mumbai. > > Regards > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To un

Re: Let makemigrations know a data migration is required ?

2022-08-11 Thread M Adnan
When we create a modal or change a modal than we use these two commands python manage.py makemigrations here our table are created and to insert these table into database this command is necessary python manage.py migrate. I hope you will understand this. On Fri, 12 Aug 2022, 12:56 am Stu.Axon, w