Re: Page Integration

2022-11-16 Thread parmeshwar deharkar
Just visit on www.pythondjango.com See that page registration access On Thu, Nov 10, 2022, 9:02 PM Pooja Kumari wrote: > Hi.. Can anyone help me with django templates? Actually I have a > registration page where user can signup and data will be saved in admin > panel or database but I am not abl

Re: Page Integration

2022-11-16 Thread parmeshwar deharkar
https://pythonprogramming.net/user-login-logout-django-tutorial/ On Wed, Nov 16, 2022, 6:58 PM parmeshwar deharkar < parmeshwardehar...@gmail.com> wrote: > Just visit on www.pythondjango.com > See that page registration access > > On Thu, Nov 10, 2022, 9:02 PM Pooja Kumari

Re: Looking for help installing django

2021-05-06 Thread parmeshwar deharkar
hi bro i just tell you django is very easy to install . just follow down step: check your terminal now type: python --version now run command : pip install django now make project : python django-admin startproject testproject now go to project folder: cd testproject see manage.py file in project f

Re: Deploying Django Project on Kubernetes

2021-05-06 Thread parmeshwar deharkar
yes we guide you and i will solve your problem. tell me your requirement now On Thu, May 6, 2021 at 7:11 PM 'Muhammad Asim Khaskheli' via Django users < django-users@googlegroups.com> wrote: > Hello everyone! > I want to make my django project with mysql backend live on kubernetes, > however, I d

Re: Django chat

2019-09-03 Thread parmeshwar deharkar
use the Django-channel library to making chatbot application On Tue, Sep 3, 2019 at 1:40 AM niranjan shukla wrote: > Please help !! > > As I am building a social site and I want to add a chat app so that the > user can chat with his friend which he follows. > > So anyone knows chat app tutorial

Re: Image not loading

2019-09-20 Thread parmeshwar deharkar
Url(‘ ‘) pass the string On Thu, 19 Sep 2019 at 7:50 PM, Joseph Emeka wrote: > The highlighted section of the code is not loading the image was the > solution > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this gro