Re: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-12-07 Thread Ram
Hi, As a next step I tried the following but the result is is same. Please let me know if you have any clue on this? 1. Deleted/Dropped 'django_content_type' table from database 2. I upgraded Django to version 3.0 from 2.2.7 in my virtual environment and ran the following commands 1. $ python ma

Re: Ayuda como pasar un sql al ORM Django

2019-12-07 Thread Joalbert Palacios
Hola, por fa revisa lo referente a queryset. Cuando creas un modelo puedes hacer los queries sin necesidad de usar SQL. Si necesitas más detalles por fa envíame la estructura de las tablas y te ayudo con un ejemplo ilustrativo, pero te comento que la documentación de Django está bastante buena en

Ayuda como pasar un sql al ORM Django

2019-12-07 Thread DEYMER DE JESUS HOYOS PEREZ
Me gustaría saber como puedo pasar esta consulta de postgresql usando el orm de django SELECT peluqueria_persona."Nombre", "GananciaEmpleado" From venta_venta INNER JOIN cita_cita ON cita_cita.id = "Cita_id" INNER JOIN peluqueria_empleado ON cita_cita.id = "Empleado_id" INNER JOIN peluqu

Postgres database users and roles for DJango App

2019-12-07 Thread Ram
Hi, I'm looking for steps for configuring Postgres database user and roles for DJango production app. One additional question that I've is every document that I referred so far describes about 'PUBLIC' schema only. I'm not sure whether this is production App setting? I appreciate if someone can

Re: ''workon' is not recognized as an internal or external command, operable program or batch file'

2019-12-07 Thread Integr@te System
Hi, I have homeless, without meal, non friend, unfamily. Do you want asking me from hiring!? Just jokes j. Regards. On Sun, Dec 8, 2019, 00:47 Dvs Khamele wrote: > Hi do you hire contract based python/django freelancer? > I can help you in this > Best Regards, > Divyesh Khamele > > On Sat, 7

Re: Sending XML data from Django to another server (SAP)

2019-12-07 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 Sat, 7 Dec 2019 at 19:51, Pema Galey wrote: > Hi All, > Someone recommend in sending the *data from Django server to SAP server > which interprets in XML format.* >

Re: ''workon' is not recognized as an internal or external command, operable program or batch file'

2019-12-07 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? I can help you in this Best Regards, Divyesh Khamele On Sat, 7 Dec 2019 at 20:18, Khaleel Ahmed H. M. Shariff < khaleelahme...@gmail.com> wrote: > Hi Hima, > May Peace, Blessings & Mercy of Almighty God be on you! > workon is a module. do a

Re: Where to set the DATABASE_URL environment variable on Heroku

2019-12-07 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? I can help you in this Best Regards, Divyesh Khamele On Sat, 7 Dec 2019 at 21:53, Tim Johnson wrote: > > On 12/6/19 9:09 PM, Jorge Gimeno wrote: > > > On Fri, Dec 6, 2019 at 5:40 PM Tim Johnson wrote: > >> Despite the voluminous Heroku do

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? I can help you in this Best Regards, Divyesh Khamele On Sat, 7 Dec 2019 at 04:38, Alaina Rowe wrote: > I have not been able to reproduce the bug I am about to describe when > DEBUG is True, whether in production on Apache or locally on the

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? I can help you in this Best Regards, Divyesh Khamele On Sat, 7 Dec 2019 at 23:13, Integr@te System wrote: > Hi issuer, > > Plz look at model built by UpdateWithInlinesView > to see if you mistake from limit of string return from get_absolu

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? I can help you in this Best Regards, Divyesh Khamele On Sat, 7 Dec 2019 at 23:15, Dvs Khamele wrote: > Hi do you hire contract based python/django freelancer? > I can help you in this > Best Regards, > Divyesh Khamele > > On Sat, 7 Dec 20

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Integr@te System
Hi issuer, Plz look at model built by UpdateWithInlinesView to see if you mistake from limit of string return from get_absolute_url() https://django-extra-views.readthedocs.io/en/latest/pages/formset-views.html#createwithinlinesview-and-updatewithinlinesview https://docs.djangoproject.com/en/2.2/

Re: Where to set the DATABASE_URL environment variable on Heroku

2019-12-07 Thread Tim Johnson
On 12/6/19 9:09 PM, Jorge Gimeno wrote: On Fri, Dec 6, 2019 at 5:40 PM Tim Johnson > wrote: Despite the voluminous Heroku documentation I am unable to establish where to initialize the DATABASE_URL that would establish credentials for my deployed databas

Re: ''workon' is not recognized as an internal or external command, operable program or batch file'

2019-12-07 Thread Khaleel Ahmed H. M. Shariff
Hi Hima, May Peace, Blessings & Mercy of Almighty God be on you! workon is a module. do a *pip install workon* If you still get the same message. You could execute *python -m workon test* Hope this helps Best of Luck. God Bless You! God Bless India!! -- Love & Regards Dr. Khaleel Ahmed H. M.

Sending XML data from Django to another server (SAP)

2019-12-07 Thread Pema Galey
Hi All, Someone recommend in sending the *data from Django server to SAP server which interprets in XML format.* Thank you -- 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

Query for Data Tables Report Generation and Graph

2019-12-07 Thread Balaji Shetty
Hi I have used django_data_table2 django-tables2 - An app for creating HTML tables My Query is can I generate Graph as well as export data in pdf format. On Thursday, December 5, 2019, Matheus Almeida < matheus.alme...@spotsales.com.br> wrote: > > > Em quinta-feira, 20 de abril de 2017 23:18:

''workon' is not recognized as an internal or external command, operable program or batch file'

2019-12-07 Thread Hima Bindu chowdary
I am trying to get into virtual environment in vscode but get the below error .. C:\Users\User\projects\telusko>workon test 'workon' is not recognized as an internal or external command, operable program or batch file. did some research..implemented some things suggested 1.The python extension

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Daniel Chimeno
+1 to more document about DEBUG magic. El sábado, 7 de diciembre de 2019, 0:08:41 (UTC+1), Alaina Rowe escribió: > > I have not been able to reproduce the bug I am about to describe when > DEBUG is True, whether in production on Apache or locally on the Django dev > server. So my first question