Re: KeyError: 'deferrable'

2020-12-28 Thread KUMBHAGIRI SIVAKRISHNA
I am using Django=3.1 On Tue, Dec 29, 2020 at 8:26 AM AMRIT SHAHI wrote: > Specify the python version > > On Mon, Dec 28, 2020, 7:01 PM KUMBHAGIRI SIVAKRISHNA < > kumbhagirish...@gmail.com> wrote: > >> File >> "/home/sivakrishna/.local/lib/python3.8/site-packages/django/db/backends/ddl_reference

Re: KeyError: 'deferrable'

2020-12-28 Thread AMRIT SHAHI
Specify the python version On Mon, Dec 28, 2020, 7:01 PM KUMBHAGIRI SIVAKRISHNA < kumbhagirish...@gmail.com> wrote: > File > "/home/sivakrishna/.local/lib/python3.8/site-packages/django/db/backends/ddl_references.py", > line 200, in __str__ > return self.template % self.parts > KeyError: 'def

Re: Collaborate developing E-commerce on Django Framework

2020-12-28 Thread AMRIT SHAHI
I can do that sent me further details On Mon, Dec 28, 2020, 9:25 PM Prashanjeet Halder wrote: > Hello Everyone, > > I am developing an e-commerce website to be served live which includes > basic features like cart functionality and User login/logout with bunch of > other API's integration to h

send mail

2020-12-28 Thread Masum Billah
I am new at django. I am facing some problems. sen_mail function works at local host but i when i upload it to c-panel it does not work . it shows error . -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: DoesNotExist at /

2020-12-28 Thread tech george
Hi, Let me go through the dock and see if I'll get a breakthrough. Thanks On Mon, 28 Dec 2020, 18:41 Prashanjeet Halder, wrote: > There's no built-in filter as currency in django template language you can > custom create one. > > *As Demonstrated Here: LINK >

Re: DoesNotExist at /

2020-12-28 Thread tech george
Hi, Yes I does. On Mon, 28 Dec 2020, 18:41 AMRIT SHAHI, wrote: > Is your hosting support python > > On Mon, Dec 28, 2020, 12:49 PM tech george wrote: > >> Hello, >> >> I am getting the error as shown below when uploading my django project to >> share hosting. How can I resolve it? >> >> Please

Re: DoesNotExist at /

2020-12-28 Thread AMRIT SHAHI
Is your hosting support python On Mon, Dec 28, 2020, 12:49 PM tech george wrote: > Hello, > > I am getting the error as shown below when uploading my django project to > share hosting. How can I resolve it? > > Please advise. > > DoesNotExist at / > > Currency matching query does not exist. > >

Re: Help: Deployment to Production Server

2020-12-28 Thread Prashanjeet Halder
Hello, I can help you deploy your Django app on a server providing you the best in the market i.e. AWS . You can connect me on email: iam @prashanjeet.com. On Monday, December 28, 2020 at 1:46:28 AM UTC+5:30 dev1...@gmail.com wrote: > This link contains all expect the settings files and environ

Collaborate developing E-commerce on Django Framework

2020-12-28 Thread Prashanjeet Halder
Hello Everyone, I am developing an e-commerce website to be served live which includes basic features like cart functionality and User login/logout with bunch of other API's integration to handle different aspects of the project. I'm looking for someone experienced/fresher with hands on knowle

Re: DoesNotExist at /

2020-12-28 Thread Prashanjeet Halder
There's no built-in filter as currency in django template language you can custom create one. *As Demonstrated Here: LINK * On Monday, December 28, 2020 at 12:35:08 PM UTC+5:30 techg...@gmail.com wrote

Re: Help: Deployment to Production Server

2020-12-28 Thread Januarius Njoku
Why do you prefer DigitalOcean to Heroku? On Sun, 27 Dec 2020, 21:14 Devender Kumar, wrote: > This link contains all expect the settings files and environment > variables. first do this then you will be able to dockerize it easly > > https://www.digitalocean.com/community/tutorials/how-to-set-up

KeyError: 'deferrable'

2020-12-28 Thread KUMBHAGIRI SIVAKRISHNA
File "/home/sivakrishna/.local/lib/python3.8/site-packages/django/db/backends/ddl_references.py", line 200, in __str__ return self.template % self.parts KeyError: 'deferrable' I am getting above error When I run command 'python manage.py migrate' -- You received this message because you are