Re: How to get data from django model to excel sheet using openpyxl including images.

2020-07-10 Thread VenkataSivaRamiReddy
Hi man, Have you tried *xlsxwditer* package. If not please check On Fri, Jul 10, 2020, 19:23 Ashutosh Mishra wrote: > I am doing that using openpyxl > But not getting the image in excel sheet > > > https://stackoverflow.com/questions/62695531/cannot-convert-fieldfile-jpg-to-excel-django > >

Re: Bug tracking system

2020-07-10 Thread VenkataSivaRamiReddy
You want to perform support ticket system .. On Fri, Jul 10, 2020, 20:21 John McClain wrote: > Hello, > > You could use this for a skeleton I created. Not perfect but a head start > > https://decoder-cookbook.herokuapp.com/ > > https://github.com/Jmcclain0129/decoder_cookbook > > cheers > > On

Re: how to Setup django helpdesk package to Django application - Please help

2020-06-20 Thread VenkataSivaRamiReddy
is there any details setup documentation?, i followed https://github.com/django-helpdesk/django-helpdesk and clone the code and created and activated virtual environment and after i run python setup.py install. After i am trying to start python manage.py makemigrations, but showing file not found

Re: Regarding redering data in html templates

2020-05-27 Thread VenkataSivaRamiReddy
You got solution for your query? On Wed, May 27, 2020, 14:52 Ifeanyi Chielo wrote: > at the html file of your template folder, use something like > {{table1.skin_care1}} > {{table1.skin_care2}} etc > > note skin_care1, skin_care etc are fields in your model table 'table1' > > Dr. Chielo C.

Re: Regarding opening Google docs

2020-05-25 Thread VenkataSivaRamiReddy
Use iframe or object tag in template... On Tue, May 26, 2020, 07:58 akshay bardiya wrote: > I want to create a button on a webpage . After clicking on that button it > should redirect to open Google docs where we can create, update ,delete > document so how can I do this > > -- > You received

Re: Trying to send mails from website

2020-05-01 Thread VenkataSivaRamiReddy
Don't use function names like that _ On Fri, May 1, 2020, 20:03 Divash Singh wrote: > Hi guys, > > > > I am using Celery and Eventlet to facilitate a task which sends emails. I > am using the following code: > > > > @task > > def order_created(order_id): > > """ > > Task to send an

Re: "detail": "CSRF Failed: Referer checking failed - no Referer."

2020-04-30 Thread VenkataSivaRamiReddy
Send the url let me check On Thu, Apr 30, 2020, 18:49 shreehari Vaasistha L wrote: > Also csrf exempt is not making any difference > > On Thursday, April 30, 2020 at 6:48:36 PM UTC+5:30, shreehari Vaasistha L > wrote: >> >> hello >> i have deployed django app on aws . >> with https im getting

Re: hosting django app on app engine

2020-04-22 Thread VenkataSivaRamiReddy
Hi can you share any reference link. I am looking for deploy my djanago application but I don't know how to deploy On Wed, Apr 22, 2020, 18:44 Anirudh choudhary wrote: > hi to all! I am hosting my blogging app on google app engine in a standard > environment. the website deploys successfully.

Re: Web/Mobile Push Notifications For Django

2020-04-06 Thread VenkataSivaRamiReddy
I hope this one help to you. https://github.com/jazzband/django-push-notifications/blob/master/README.rst One you done, please le me know On Tue, Apr 7, 2020, 01:57 Kayode Oladipo wrote: > Hello everyone, > > I currently have a need to add push notifications to a website powered by > Django. >

Re: Looking for Django developers to work on a new and an existing project with our team

2020-04-06 Thread VenkataSivaRamiReddy
Hi, I am interested on this project, I hope I am the right person to you and i hope you get back to me soon.thank you sir On Sun, Mar 29, 2020, 23:26 Lax Nayak wrote: > I am looking for a django developer who has expertise in building > enterprise grade solutions. > > > -- > You received this

Re: ""Save" method throws duplicate key value violates unique constraint

2020-04-06 Thread VenkataSivaRamiReddy
Use in place of one to one model field place foreign key field On Tue, Apr 7, 2020, 05:15 Menaga Gopal wrote: > > > > > Hello, > > I have 2 tables: > > 1) CustomUser table > - Id > - Email > - Name > > 2) UserProperties table > - id > - user (foreign key with one to one

Re: How to Setup DjangoRestFrameWork with Mongo DB

2020-03-28 Thread VenkataSivaRamiReddy
i tried but not getting -- 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, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: unable Integrating Djongo 1.3.1 with django 2.2.10

2020-03-28 Thread VenkataSivaRamiReddy
hi bro, I need help regrading Django rest framework with Monogod, please reply ASAP On Fri, Mar 20, 2020 at 2:05 AM Eswar Subramanyam < eswar.subraman...@gmail.com> wrote: > Hi > > I opted for Djongo to take advantage of Django ORM with MongoDB.. > > but while starting the server, i get the