Re: How to Add to Django Administration Using Code

2020-10-11 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? I can help you in this and related tasks Best Regards, Divyesh Khamele On Sun, 11 Oct 2020, 9:59 pm Let's Get Going, wrote: > Hi everyone. I have created a Django chat app for testing. Two days ago it > was working fine. But from

Re: How to Add to Django Administration Using Code

2020-10-11 Thread Let's Get Going
Hi everyone. I have created a Django chat app for testing. Two days ago it was working fine. But from yesterday it is not working as expected. I don't know where the mistake is. Can anyone help me with that please? I am pasting form, models,signup html page and views code. or if anyone want to

Re: How to Add to Django Administration Using Code

2020-09-21 Thread coolguy
further to my previous comments please share the your related model code to make discussion interesting... On Sunday, September 20, 2020 at 11:35:05 AM UTC-4 Lightning Bit wrote: > Hi all, > > I am trying to figure out how to add "Customers" using code. Please look > at the administration

Re: How to Add to Django Administration Using Code

2020-09-21 Thread coolguy
do want to add the picture file to the customer application or want to see the picture in admin? On Sunday, September 20, 2020 at 11:35:05 AM UTC-4 Lightning Bit wrote: > Hi all, > > I am trying to figure out how to add "Customers" using code. Please look > at the administration layout: > >

How to Add to Django Administration Using Code

2020-09-20 Thread Lightning Bit
Hi all, I am trying to figure out how to add "Customers" using code. Please look at the administration layout: [image: HELP.png] I was able to add to "Groups" using the following code in "views.py": *@unauthenticated_user* *def registerPage(request):* *form = CreateUserForm()*