Re: reg: Error:-django.db.utils.OperationalError: (1170, "BLOB/TEXT column 'Description' used in key specification without a key length")

2020-02-24 Thread Integr@te System
Hi Freind, For simplify and minimize your dev time, review first in your err, code base. Thank your sharing and dont forget zen. On Mon, Feb 24, 2020, 21:43 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > Hi, > > I am creating a model, which is taking a description as

Re: 'ssl_disabled' is an invalid keyword argument for connect()

2020-02-25 Thread Integr@te System
Hi Steve, Plz review again to take a right parameter. Welcome. On Wed, Feb 26, 2020, 05:54 Stephen Loughin wrote: > The django doc > s say I > can pass OPTIONS for the db connection here: > > DATABASES = { > > 'default': { >

Re: How to trigger system check while running development server?

2020-02-27 Thread Integr@te System
Hi Fr, If you have not yet found out module/method for you, so let try git action as on your dev phase with git repo. On Thu, Feb 27, 2020, 21:32 One Above All wrote: > I am updating a settings in my test which should raise exception on > illegal entries, but merely updating settings does not m

Re: About Django performance

2020-02-28 Thread Integr@te System
Hi Freinds, Plz try some search example: https://python-socketio.readthedocs.io/en/latest/intro.html But first let us look at: https://www.djangoproject.com/conduct/ Thank. On Fri, Feb 28, 2020, 19:53 Motaz Hejaze wrote: > What is the type of data ?? > > What is the expected amount to be trans

Re: Serializing forms and formsets to pass to Celery task

2020-02-29 Thread Integr@te System
Hi Bernd, You could take a look at serializers section on Note part, for more information, and may be your own answer. http://docs.celeryproject.org/en/master/userguide/calling.html#calling-serializers On Sat, Feb 29, 2020, 23:56 Naveen Arora wrote: > Yes that would work well. You can alwa

Re: Issue in the API while merging the two data frames

2020-03-01 Thread Integr@te System
Hi Devend, Would we consider the problem like math to solve, base on specific case to choose appropriate/mixing ways!? Look like: ... Break it down ... Take general parts -> solve it and/or transform discrete part -> solve it (assume special values like None, null, 0, var ... any if suitable) e.g

Re: DjangoProject related queries: what is name(means unknown random number) after HTTP status code.

2020-03-02 Thread Integr@te System
Hi Lahu, Check Django doc for your idea https://github.com/django/django/blob/stable/2.2.x/django/utils/log.py Nice. On Mon, Mar 2, 2020, 19:37 Lahu Chavan wrote: > when we run command on teminal python manage.py runserver after will get > local server IP address click on immediately, one han

Re: Integrating Django Rest Framework with Microsoft Office 365

2020-03-03 Thread Integr@te System
Hi Nosa, Plz check this doc to set up service-to-service call and thanks to expert's doc above to perform your task. https://docs.microsoft.com/en-us/office/office-365-management-api/get-started-with-office-365-management-apis Hope it useful. On Sun, Mar 1, 2020, 19:56 Nosa Omorodion wrote:

Re: Django and AWS backend MENTOR NEEDED

2020-03-14 Thread Integr@te System
Hi Tibrewal, You can use eb, it host your code on it platform and choose many service around that host you need. You only take care your app code. Just review aws eb doc again. On Sat, Mar 14, 2020, 22:37 Harsh Tibrewal wrote: > Do you know AWS Elastic Beanstalk with Django > I have doubts in

Re: cant import views

2020-03-17 Thread Integr@te System
Dear Freind, Plz check where your root project? Or review base on code base vs. info you ps. at the end. On Wed, Mar 18, 2020, 12:53 Jatin Agrawal wrote: > can you please share your project directory structure. > > On Tuesday, March 17, 2020 at 11:33:10 PM UTC+5:30, דביר חומרי wrote: >> >> i wa

Re: User Athentication Issue

2020-03-18 Thread Integr@te System
Hi Irfan, Plz try to consider cookies with connection session on this user for which other happen. On Wed, Mar 18, 2020, 15:56 Irfan Khan wrote: > hi every one, > > as implemented the user authentication i have tested it working fine. but > one issue > is when ever we logged into the portal th

Re: email": [ "Enter a valid email address." ]

2020-03-21 Thread Integr@te System
Hi Freind, Try to set whitelist for your specific domain testing or refer doc for your case. On Sat, Mar 21, 2020, 03:47 devyen wrote: > Hi, > > I am tying to use the EmailField in my AbstractBaseUser Class see below. > However the serializer does not recognize any emails as valid (I tested >

Re: email": [ "Enter a valid email address." ]

2020-03-27 Thread Integr@te System
'myapp.MyUser' > > in settings.py ? > > On Fri, 27 Mar 2020, 3:33 am devyen, wrote: > >> Hi >> >> Do know how to whitelist an email domain name? It seems odd that I would >> have to go though an white list all of the main email domains (gmail, >>

Re: Please help me out!!!!!

2020-06-03 Thread Integr@te System
Hi freind, You ever check typo in your code in base.html on for loop at "noti"!? gl! On Wed, Jun 3, 2020, 2:20 PM meera gangani wrote: > Hello Django-users > > href is not working > here is my views.py file and my urls.py file > > Please Help me out!! > > Thank you in advance > -Meera > > -- >

Re: Django-Firebase cloudstore ORM

2020-06-10 Thread Integr@te System
Hi Goil, Did you register your model to site admin contrib. On Wed, Jun 10, 2020, 6:52 AM sparsh goil wrote: > Hey, > Does anyone know how to perfectly use Firebase with Django? > > I am using Django-Firebase-ORM which automatically maps my models to cloud > firestore database but I am getti

Re: Django Philosophy and Queries

2020-06-11 Thread Integr@te System
Hi Yves, zen! Nice. On Thu, Jun 11, 2020, 9:27 PM Yves de Champlain wrote: > Hi > > I am wondering at some ways one can write a query in Django. Let's say for > example : > > Whatever.objects.filter(fk_object_id=fk_object_id) > Whatever.objects.filter(fk_object_id=fk_object.id) > Whatever.objec

Re: Question on migrations vs postgres database

2020-06-12 Thread Integr@te System
Hi Ram, Plz check line #44 in reset_migrations.py try replace square bracket by percent sign. Or check temp file before your actions execute commands migration. Goodluck. On Sat, Jun 13, 2020, 12:31 PM Ram wrote: > Hi, > > We clone our project repository from GIT hub and deployed our web > ap

Re: GSoD 2020

2020-06-19 Thread Integr@te System
Hi Spring, As you are interested in participating in Season of Docs as a technical writer, first familiarize yourself with the writer guide at https://goo.gl/dMVSQ8 and the tech re

Re: Populate choices from existing values in a model field

2020-06-20 Thread Integr@te System
Hi Patrick, Plz review for your suitable case: https://stackoverflow.com/questions/3742734/django-restart-server-or-httpd Nice. On Sat, Jun 20, 2020, 1:32 AM Patrick Carra wrote: > I am trying to read distinct values from a model field and use the tuple > list to populate the choices in a Form

Re: 'Sandboxed' Template engine/context

2020-07-10 Thread Integr@te System
Hi Michael, Some templates as mako, jinja, genshi... On Fri, Jul 10, 2020, 4:23 PM Michael Thomas wrote: > Hi all, > > Does anyone know of a straightforward way to create an independent > template engine instance with a subset of the tags/filters/etc. defined? > > The use-case is for allowin

Re: 'Sandboxed' Template engine/context

2020-07-11 Thread Integr@te System
e 'sandboxed' environment vs. > regular). > > On Friday, 10 July 2020 14:41:30 UTC+4, Integr@te System wrote: >> >> Hi Michael, >> >> Some templates as mako, jinja, genshi... >> >> >> >> >> On Fri, Jul 10, 2020, 4:23 PM Micha

Re: help been on that for 5 days, Joining 4 tables on 2 columns

2020-07-17 Thread Integr@te System
Hi Omar, You can look at this to consider: https://hakibenita.com/django-group-by-sql Hope this helpful. On Sat, Jul 18, 2020, 12:32 AM Omar aboul makarem < omaraboulmaka...@gmail.com> wrote: > > Hey Guys please help > > I have Approval model, and i want to calculate the sum of total prices o

Re: Data Science and sql problem

2020-07-27 Thread Integr@te System
Hi Friend, If you want more option, new t-sql with predict statement directly on db. On Mon, Jul 27, 2020, 4:25 PM AJ Wattoo wrote: > as far i understand you want to connect with postgreSQL database on > jupyter notebook : > you can do like this > 1. install -c anaconda psycopg2 and install -

Re: file format changer

2020-08-02 Thread Integr@te System
Hi Stephen, If you do still find out any relative information about your question, take a look in some python standard packages json/xml... then process it or tools usql tsql in synapse/ spark/bigquery... Hope it helpful and please see here without your topic. Tks. On Sun, Aug 2, 2020, 2:15 AM Ka

Re: How to populate fields generated by modelformset_factory with data from database

2020-08-07 Thread Integr@te System
Hi Michael, You can read queryset combine with model in modelformset_factory() method to get exact user and/or any fields you need as existed instance or base on cookies or sth like that to identify your user, depend on your use case(ex trigger events or choose one option...). Hope it helpful.

Re: How to populate fields generated by modelformset_factory with data from database

2020-08-08 Thread Integr@te System
t, I see that I can filter and find the > responses, but how do I get Django to fill the form fields with the > responses? > > Thank you! > > On Friday, August 7, 2020 at 10:24:21 AM UTC-4, Integr@te System wrote: >> >> Hi Michael, >> >> You can read que

Re: Django server not working on my windows pc

2019-10-17 Thread Integr@te System
Try to check PATH/enviroment variable and permission of project folders -- 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

Re: Arbitrary GROUP BY fields

2019-10-19 Thread Integr@te System
Hi Issuer, Bc of you use ORDER BY with .date field so it must include in GROUP BY claude. On Sat, Oct 19, 2019, 09:09 thinkwell wrote: > Thanks for your reply James. I wasn't able to get it to work. > > I posted on the new Django forum >

Re: Celery with SQS

2019-10-27 Thread Integr@te System
Hi issuer, please check: Warning If you import models directly rather than using the historical models, your migrations *may work initially* but will fail in the future when you try to re-run old migrations (commonly, when you set up a new installation and run through all the migrations to set u

Re: Upgrading Django from 2.1 to 2.2 - strings are not translated

2019-11-01 Thread Integr@te System
Hi issuer, Plz check https://docs.djangoproject.com/en/2.2/topics/auth/passwords/#password-validatio4n On Fri, Nov 1, 2019, 14:46 אורי wrote: > Hi, > > Take a look at this ticket: > https://code.djangoproject.com/ticket/30939 > > This issue prevents me from upgrading Django to 2.2. Currently ev

Re: How to use session in django

2019-11-03 Thread Integr@te System
https://docs.djangoproject.com/en/2.2/topics/http/sessions/#configuring-sessions On Sun, Nov 3, 2019, 09:10 Amit Agarwal wrote: > Helo everyone, > > I am making a post request to the server from client.py. I am getting > error forbidden csrf cookie not set. > > What is the correct way to use ses

Re: Django-Channels with 2 applications

2019-11-04 Thread Integr@te System
Hi Idea man, You can acknowlegdes and try it: https://channels.readthedocs.io/en/latest/ On Mon, Nov 4, 2019, 19:11 Daniel Carvalho wrote: > Hello! > > > I'm trying to make an example to test if it is possible to have 2 > independent django apps connected to the same channel from django-chann

Re: FileField in custom field

2019-11-05 Thread Integr@te System
Hi Issuer, please see: In your settings file, you’ll need to define MEDIA_ROOT as the full path to a directory where you’d like Django to store uploaded files. (For performance, these files are not stored in the database.

Re:

2019-11-05 Thread Integr@te System
plz go to check send mail module. On Wed, Nov 6, 2019, 01:05 Paras Jain wrote: > bro i was asking the code how to use it to send , email and password to > particular email > > On Tue, Nov 5, 2019 at 6:30 PM Suraj Thapa FC > wrote: > >> Send it then >> >> On Tue, 5 Nov 2019, 5:38 pm Paras Jain,

Re: ElementTree problem saving images

2019-11-06 Thread Integr@te System
Hi Issuer, Plz select options : 1. Follow someone else convert xml to dict, and then process forward. 2. See this document python DOM XML doc, especial in 20.6.2.3 section https://docs.python.org/3.6/library/xml.dom.html#domimplementation-objects see nodelist.item(i) and __getitem__() method. On

Re: Problem: Ajax post method to django views

2019-11-08 Thread Integr@te System
Hi Issuer, Plz check doc and do accordingly: Section Setting the token on the AJAX request https://docs.djangoproject.com/en/dev/ref/csrf/#ajax On Sat, Nov 9, 2019, 05:23 Mikko Meronen wrote: > Hi, > > I have a problem to pass a json value to Django views and use the value to > retrieve data fr

Re: Microservice with django

2019-11-09 Thread Integr@te System
Hi Freinds, start rightnow by use djangorestframework On Sat, Nov 9, 2019, 17:15 Uzama Zaid Mohammed Jaward wrote: > 1. If your application going for production, then don’t start with > Microservices. Microservices used to scale up your application in > horizontally as well as there are other s

Re: Help

2019-11-09 Thread Integr@te System
Hi Issuer, doConda clean --alland conda update anaconda According to https://github.com/conda/conda/pull/6082 On Sat, Nov 9, 2019, 02:25 Fasetire Babatunde Gbolahan wrote: > conda.core.link:_execute_actions(337): An error occurred while installing > package 'anaconda::sqlparse-0.3.0-py_0'. Cond

Re: Issue with unique key error on Many to Many field

2019-11-10 Thread Integr@te System
Hi Issuer, Check your tracker_passenger. https://docs.djangoproject.com/en/2.2/ref/models/fields/#django.db.models.ManyToManyField On Sun, Nov 10, 2019, 21:40 Malibu wrote: > Hi there. I've been doing Django for awhile but I am stumped on this > one.. I have a many to many relationship with

Re: djangorestframework vs GraphQL

2019-11-12 Thread Integr@te System
Hi Freinds, GQL, when compare DRF, it as an option, and for whom familiar with other tools without DRF or Python, and align thinking with framework/anythingelse relate to JS. Base on your choice or requirement. On Tue, Nov 12, 2019, 16:24 Nick Sarbicki wrote: > GraphQL strikes me as very simila

Re: Multi-Tenancy MySQL Database in Django

2019-11-12 Thread Integr@te System
https://github.com/citusdata/django-multitenant welcome On Tue, Nov 12, 2019, 19:30 Senthil Kumar wrote: > We are going to do a SAAS based application for our existing application. > We need to integrate the Multi-Tenancy database using MySQL in this > application. Please suggest any predefined

Re: tengo un problema a la hora de hacer deploying django app to heroku

2019-11-14 Thread Integr@te System
Hola por favor revisa https://devcenter.heroku.com/articles/buildpacks#detection-failure On Thu, Nov 14, 2019, 09:02 jose angel encinas ramos < encinasj.an...@gmail.com> wrote: > mas que nada el poblema que tengo es técnico , el detalle es que cuando > escribo en la terminal git push heroku mast

Re: django passing a parameter for a view in a url produces Error: Circuitinfotable matching query does not exist.

2019-11-14 Thread Integr@te System
Hi Informer, check you model Circuitinfotable, Method call must include object instance as argument. On Thu, Nov 14, 2019, 21:42 Patrick Carra wrote: > I am passing a parameter in a url to another view and during the process > it gets changed. An original parameter example that produces the er

Re: reg: creating blog topic in database

2019-11-16 Thread Integr@te System
Hi Issuer Follow to part 3 - 4 and check docs for some thing else around you need https://docs.djangoproject.com/en/2.2/ref/templates/language/ https://docs.djangoproject.com/en/2.2/intro/tutorial04/ On Sat, Nov 16, 2019, 16:40 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wr

Re: Request

2019-11-16 Thread Integr@te System
Hi Guy, Plz see community with people for help in specific problem by sharing knowledges or contract with selected person for your project then get help here. On Sat, Nov 16, 2019, 19:27 Motaz Hejaze wrote: > Search man > > On Sat, 16 Nov 2019, 1:39 pm Tosin Ayoola, wrote: > >> Hey guy, need a

Re: Boto3, aws, workdocs

2019-11-21 Thread Integr@te System
hi eager man, follow your need. https://boto3.amazonaws.com/v1/documentation/api/latest/index.html On Thu, Nov 21, 2019, 19:32 Yann Mbella wrote: > Hey guys need help in usage of this service boto3 with workdocs if someone > has a link of any tutorial please help urgent > > -- > You received thi

Re: Internal error 500

2019-11-24 Thread Integr@te System
Hi Issuer, Plz check ALLOWED_HOSTS require in publish site https://docs.djangoproject.com/en/2.2/releases/1.5/#allowed-hosts-required-in-production https://stackoverflow.com/questions/15128135/setting-debug-false-causes-500-error On Sun, Nov 24, 2019, 02:43 Kasper Laudrup wrote: > Hi Jos

Re: Help

2019-11-24 Thread Integr@te System
Hi Issuer, plz check your syntax of code block or assignment object pass to function as arg to program see .clean_data attribute. On Sun, Nov 24, 2019, 22:29 Tosin Ayoola wrote: > If I remove the .cleaned_data so how do I include the parameter for the > filter? > > On Nov 24, 2019 16:05, "Par

Re: How to develop distributed file transfer app based on ftp using python

2019-11-24 Thread Integr@te System
u can go to django doc that have every thing necessary. On Sun, Nov 24, 2019, 23:43 JOE BASS wrote: > Please I need help on how I can develop distributed file transfer app > based on ftp using python has the back end together with mysql > > -- > You received this message because you are subscrib

Re: Internal error 500

2019-11-25 Thread Integr@te System
Hi friend, Inspect backward to previous error how you customized and see change in log system of backend srv. U can attemp to run localhost first. On Mon, Nov 25, 2019, 20:29 Josiah Umezurike < pcintegral.pcintegr...@gmail.com> wrote: > I was able to fix those now I have this error. > > > On Sat

Re: How to fix this - ERROR: Failed building wheel for mysqlclient

2019-11-25 Thread Integr@te System
Hi man, Clear cache and try other method to requisite install. On Sun, Nov 24, 2019, 06:28 Ram wrote: > Hello Kasper, > > I tried installing libssl1.1 globally and then tried mysqlclient install > in virtualenv, but the result is the same and mysqlclient is still failed > with same error. > > T

Re: self.foreign_related_fields[0] IndexError: tuple index out of range

2019-11-25 Thread Integr@te System
Hi man, Check 'class UserManager(): ..orgid = org_obj ' On Tue, Nov 26, 2019, 01:40 Ahmad Saki wrote: > My custom authentication model in django: > > from django.db import models > from django.contrib.auth.models import ( > AbstractBaseUser, BaseUserManager > ) > from organization.models

Re: self.foreign_related_fields[0] IndexError: tuple index out of range

2019-11-26 Thread Integr@te System
; On Tuesday, November 26, 2019 at 12:11:58 PM UTC+6, Integr@te System > wrote: >> >> Hi man, >> >> Check 'class UserManager(): ..orgid = org_obj ' >> >> >> >> >> On Tue, Nov 26, 2019, 01:40 Ahmad Saki wro

Re: self.foreign_related_fields[0] IndexError: tuple index out of range

2019-11-26 Thread Integr@te System
efault= > None, max_length=200, null=True)), >('remark', models.CharField(blank=True, default=None, > max_length=500, null=True)), >], >), >] > > > > > On Tuesday, November 26, 2019 at 8:26:13 PM UTC+6, Integr@te System

Re: self.foreign_related_fields[0] IndexError: tuple index out of range

2019-11-26 Thread Integr@te System
; On Tuesday, November 26, 2019 at 9:54:26 PM UTC+6, Integr@te System wrote: >> >> Hi man, >> >> And u see error occur again, isn't it? >> Do you differ two file that app output when you migrated? >> >> On Tue, Nov 26, 2019, 22:40 Ahmad Saki wrote:

Re: self.foreign_related_fields[0] IndexError: tuple index out of range

2019-11-26 Thread Integr@te System
cannot able to migrate again. >> >> >> On Wednesday, November 27, 2019 at 12:05:24 AM UTC+6, Integr@te System >> wrote: >>> >>> Hi friend, >>> >>> plz check these files: ' # Generated by Django 2.2.3 on 2019-11-26 >>> 15:36 &#

Re: Internship

2019-11-26 Thread Integr@te System
Hi Pro, For which role you gonna to handle in this field or entirely, on internet with ocean of sources. Don't worry for research and resolve! On Wed, Nov 27, 2019, 13:29 Ganesh Babu wrote: > Hi Friends, > > I want some suggestion from you. I started Data science using python > 3. > Ca

Re:

2019-11-27 Thread Integr@te System
Hi man, U mean that use alert() method on onload page event!? On Wed, Nov 27, 2019, 20:28 Anirudh Jain wrote: > Message on the URL ? Could you please give an example ? > > On Wed, 27 Nov 2019, 18:08 vaneet bawa, wrote: > >> can someone please tell me that how I can display the message on the u

Re: Power BI integration with django

2019-11-27 Thread Integr@te System
Hi friend, Blessing u: powerBI rest API: https://docs.microsoft.com/en-us/rest/api/power-bi/embedtoken Ironpython integrated .Net: https://ironpython.net/ On Wed, Nov 27, 2019, 22:21 Brian wrote: > Does anyone know how to integrate a Power BI dashboard with a web page, > without the user havi

Re:

2019-11-28 Thread Integr@te System
Hi man, where ur template coming from!? to display content you want to. On Thu, Nov 28, 2019, 19:28 vaneet bawa wrote: > First of all thanks Saswat for the response but i have already done this > thing on my views.py but my html file is not displaying anything rather it > throws an exception te

Re:

2019-11-28 Thread Integr@te System
Hi man, plz show err msg. On Thu, Nov 28, 2019, 18:08 RAJAT MAAN wrote: > > > can someone help me where I am getting wrong? Unable to compare df1 == df2. > > > import mysql.connector as mysql > import socket > import sys > > def server_program(): > HOST = '192.168.0.115' > PORT = > > s = s

Re: Monitoring Production Cookiecutter-Django

2019-11-28 Thread Integr@te System
Promethus: https://hub.docker.com/r/prom/prometheus/ On Thu, Nov 28, 2019, 20:40 Yoo wrote: > I’m using cookiecutter-django and Docker for production, and I’m looking > for some kind of monitoring package that comes with a GUI. My website is > heavy on memory for calculations, so I’m testing it

Re:

2019-11-28 Thread Integr@te System
Hi guy, also see df1 go to GC when conn.close() On Fri, Nov 29, 2019, 02:31 Kasper Laudrup wrote: > Hi Rajat, > > On 28/11/2019 07.06, RAJAT MAAN wrote: > > > > > > can someone help me where I am getting wrong? Unable to compare df1 == > df2. > > > > I don't see how this is related to Django. Y

Re:

2019-11-28 Thread Integr@te System
Hi Kasper, dont serious here is group to share knowledges. On Fri, Nov 29, 2019, 02:52 Kasper Laudrup wrote: > Hi "Guy" > > On 28/11/2019 20.35, Integr@te System wrote: > > Hi guy, > > > > also see df1 go to GC when conn.close() > > > > I think

Re: HELP HELP FATAL: password authentication failed for user "postgres"

2019-11-29 Thread Integr@te System
Hi freind, check your connection on vm first, and then config https://docs.djangoproject.com/en/2.2/ref/settings/#std:setting-HOST On Fri, Nov 29, 2019, 19:41 EMPOWER EXCEL wrote: > cqn some body helps me to correct this error while running *python > manager.py runeserver * > (analyseprotection

Re: Update _id field before .save() for ForeignKey

2019-11-29 Thread Integr@te System
Hi guy, I see this doc fix for u, with builtin pk in models django. And you can create index in text/char field to optimize performance. https://docs.djangoproject.com/en/dev/ref/databases/#manually-specified-autoincrement-pk On Fri, Nov 29, 2019, 19:41 Maxim Bulatov wrote: > Hello, > > I hav

Re: Groups and summarys in template

2019-11-29 Thread Integr@te System
Hi, You can sellect from SO(relate to 'sold_value') as retrieve from new SO base on current time. Or If due date time == datetime now && 'due date' != 0: retrieve 'due date' On Sat, Nov 30, 2019, 02:36 Elias Coutinho wrote: > Good afternoon people! > > I have the following querysets: > >

Re: Update _id field before .save() for ForeignKey

2019-11-29 Thread Integr@te System
Hi Dvenun, Bc of Django implement accord to python, of cause child inherit from parent existence. https://docs.python.org/3.7/library/functions.html#id On Sat, Nov 30, 2019, 13:30 Dvenum wrote: > Interest idea and it works, but not necessary: > company = Company() > #company.id is N

Re: HELP HELP FATAL: password authentication failed for user "postgres"

2019-11-29 Thread Integr@te System
Hi freind, the last time u recieved an email to check config with content of many fields and connection. If u see wrong password field, check in app and db setting. On Sat, Nov 30, 2019, 04:51 Jonathan Duclos wrote: > > > On Friday, 29 November 2019 09:42:00 UTC-3, EMPOWER EXCEL wrote: >> >> c

Re: Update _id field before .save() for ForeignKey

2019-11-30 Thread Integr@te System
t, Nov 30, 2019, 15:39 Dvenum wrote: > Integr@te System, > > This is True: id(company) == id(company_value.company) > So, we have exact the same object company, .id is ready on .save() call, > but internal meta dictionary still has None, because it was none when > company_value

Re: Hosting recommendations please

2019-11-30 Thread Integr@te System
Hi Deb, Appropriate answer on service provider, bc of your requirement and their service alway mutability. On Sat, Nov 30, 2019, 21:01 Debabrata Chakraborty wrote: > Hi everyone, > > I'm a beginner Django developer. So my apologies in advance for newbie > like questions. > > I am building my si

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

2019-11-30 Thread Integr@te System
Hi issuer, You do step 4 and step 5 with the same goal!? On Sun, Dec 1, 2019, 00:03 Ram wrote: > Hi, > > I'm blocked with this issue in my newly hosting site. Here is my scenario. > >1. I've working site with MySQL database in our development localhost. >2. I created new hosting server

Re: no such table: main.auth_user__old

2019-12-01 Thread Integr@te System
Hi, plz use python 3.7. On Sun, Dec 1, 2019, 01:53 Chetan Rokade wrote: > Hi Friends > Getting below error while adding new user from admin page. I am using > python 3.8 with django 2.1 version > Exception Value: > > no such table: main.auth_user__old > > > > -- > You received this message beca

Re: orm relation

2019-12-01 Thread Integr@te System
Hi, here u can try for complex queryset https://docs.djangoproject.com/en/2.2/topics/db/queries/#complex-lookups-with-q On Sun, Dec 1, 2019, 21:08 bill dexter <55dexte...@gmail.com> wrote: > ELECT a.matr > ,[nom] > ,[prn] > ,cast([dat_nais] as date) as dat_nais > , (YEAR(ge

Re: How can I host my application in web hosting?

2019-12-01 Thread Integr@te System
Hi friend, In real world matter, it not just technical aspect, also one should consider business, services, sth else around from now to future. For publish in production, ask provider's technical that you want first as essential basic, break down which items, then business and so on. In technical

Re: Groups and summarys in template

2019-12-01 Thread Integr@te System
Hi Man, Plz try: desired_value = Account.object.aggregate( subtotal = sum('Value', filter = Q(Date = date.todat( On Mon, Dec 2, 2019, 07:14 Elias Coutinho wrote: > Well, the result I expect is a list with subtotals similar to the figure > below: > > [image: image.png] > > Can you do it wi

Re: Django security releases issued: 2.2.8 and 2.1.15.

2019-12-02 Thread Integr@te System
Many thanks Django Team and Carlton's informing. On Mon, Dec 2, 2019, 16:28 אורי wrote: > Bugfixes is empty on > https://docs.djangoproject.com/en/2.2/releases/2.1.15/ > אורי > u...@speedy.net > > > On Mon, Dec 2, 2019 at 11:12 AM Carlton Gibson > wrote: > >> Today the Django team issued 2.2.8

Re: orm relation

2019-12-02 Thread Integr@te System
hank you, but if you can give me answer to this exacte probleme, as > mentioned in question > > Le dim. 1 déc. 2019 à 18:55, Integr@te System > a écrit : > >> Hi, >> >> here u can try for complex queryset >> >> >> >> https://docs.djangoproject.co

Re: Link a .css to a Html template

2019-12-02 Thread Integr@te System
Hi Leo, Plz look at err/change log in developer tools to inspect whats up, after you adjust files. On Tue, Dec 3, 2019, 06:20 Gerardo Palazuelos Guerrero < gerardo.palazue...@gmail.com> wrote: > Hi, > You better share your repo, my guess is you are not sharing all details... > > On my case I i

Re: orm relation

2019-12-03 Thread Integr@te System
or in syntax near __gt in "" > extractyear(dat_enc) - extractyear(annee)__gt = 3""; don't work > > Le lun. 2 déc. 2019 à 20:31, Integr@te System > a écrit : > >> Hi friend, >> >> All_list = list(users.object.aggregate(age = >

Re: Exception in thread django-main-thread:

2019-12-04 Thread Integr@te System
Hi Issuer, plz check existent of userdetailsu module in newapp/form.py and add newapp before .form in views.py file On Wed, Dec 4, 2019, 18:27 Michael Mathonsi wrote: > Please help with resolving my application, i have setup the environment > and almost finished my application when the syste

Re: what tool will be using for Continues integration in python projects??

2019-12-04 Thread Integr@te System
Hi, Pythonist(a) -pybuilder. On Thu, Dec 5, 2019, 00:52 DANIEL URBANO DE LA RUA wrote: > You can use jenkins with whatever language you use > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receivi

Re: reg: How to call multiple APIView in one single web page as a list of items?

2019-12-04 Thread Integr@te System
Hi Issuer, Plz show result with errors. Tks. On Thu, Dec 5, 2019, 01:31 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > I am in the process of developing a small project using django rest > framework, and within that requirement, I need to list every table in one > sin

Re: reg: How to call multiple APIView in one single web page as a list of items?

2019-12-05 Thread Integr@te System
x27;is_correct') > > > class QuestionSerializer(serializers.ModelSerializer): > > class Meta: > model = Question() > fields = ('quiz', 'label', 'order') > > > class QuizTakerSerializer(serializers.HyperlinkedModelSerializer): >

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: ''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: django.db.utils.ProgrammingError: relation "django_content_type" already exists

2019-12-08 Thread Integr@te System
Hi issuer, Check if your app development in localhost whether fall into any restricted case relate to Django content type: https://docs.djangoproject.com/en/3.0/topics/db/multi-db/ On Sun, Dec 8, 2019, 07:08 Ram wrote: > Hi, > > As a next step I tried the following but the result is is same.

Re: Ayuda como pasar un sql al ORM Django

2019-12-09 Thread Integr@te System
Hi friend, https://docs.djangoproject.com/en/2.2/topics/db/queries/ On Sun, Dec 8, 2019, 04:57 DEYMER DE JESUS HOYOS PEREZ < ddhoy...@misena.edu.co> wrote: > Me gustaría saber como puedo pasar esta consulta de postgresql usando el > orm de django > > SELECT peluqueria_persona."Nombre", "Gananci

Re: Hiring an engineer in San Francisco

2019-12-10 Thread Integr@te System
Hi PollyEx team, Thank for your sharing. On Tue, Dec 10, 2019, 06:03 Erik Gunderson wrote: > PollyEx is hiring a full stack software engineer with an emphasis in > django. Our team is looking for a full-time employee able to work in our > San Francisco office. The stack is python/django/pandas

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

2019-12-10 Thread Integr@te System
Hi, https://pypi.org/project/django-import-export-xml/ On Tue, Dec 10, 2019, 19:20 Pema Galey wrote: > Thank you for your interest.. > But I have developed my Django application and now I am looking for best > method to send data from Django server to SAP using XML Format. > Just I want the reco

Re: How to add navigatinon bar or Menu Bar in Django Admin Panel only

2019-12-11 Thread Integr@te System
Hi, https://medium.com/crowdbotics/how-to-add-a-navigation-menu-in-django-admin-770b872a9531 On Wed, Dec 11, 2019, 15:22 Balaji Shetty wrote: > Hi > > Can anyone help me in adding Navigatinon Bar in Django Admin Panel in > Backend. > > I have to generate some customized reports using Aggregate

Re: Code Inspect

2019-12-11 Thread Integr@te System
Hi, You may need refer to ModelViewSet class that inherit from GenericAPIView class https://www.django-rest-framework.org/api-guide/viewsets/#modelviewset On Wed, Dec 11, 2019, 16:38 Soumen Khatua wrote: > > > > > > > > > *class UserViewSet(viewsets.ModelViewSet):queryset = > get_user_mo

Re: ckeditor toolbar is not showing in html new post page.. why home.html (for adding a new post) is not showing the rendered django form for add new post?

2019-12-12 Thread Integr@te System
Hi, Django view dont render csrf tag within template form, you should check doc in warning part https://docs.djangoproject.com/en/3.0/ref/csrf/ And look at the additional way to resolve your problem. On Thu, Dec 12, 2019, 16:45 হজমুলা খান wrote: > i am integrating some apps to make a bigger pr

Re: ckeditor toolbar is not showing in html new post page.. why home.html (for adding a new post) is not showing the rendered django form for add new post?

2019-12-13 Thread Integr@te System
d i removed {% csrf_token %} and still same. > problem is not solved. add post form is not showing. > > > > On Thursday, December 12, 2019 at 3:24:48 PM UTC, Integr@te System wrote: >> >> Hi, >> >> Django view dont render csrf tag within template form, you sh

Re: gunicorn.errors.HaltServer:

2019-12-15 Thread Integr@te System
Hi Issuer, Try to run command: --preload to whatsup with worker processes and app and server. On Sun, Dec 15, 2019, 13:32 Ram wrote: > Hi, > > I followed this document > > an

Re: gunicorn.errors.HaltServer:

2019-12-16 Thread Integr@te System
;>> systemctl: unrecognized option '--preload' >>> >> $ sudo systemctl status gunicorn.service --preload >> systemctl: unrecognized option '--preload' >> $ sudo systemctl --help | grep preload >> > > ~Ram > > > > On Su

Re: [URGENT] HOW TO DISPLAY IN HTML A PANDAS PLOTTING IN A DJANGO APPLICATION

2019-12-16 Thread Integr@te System
Hi Gana, Try implement Django Panda module, # Create DataFrameManager instance in model # Query data and then export to Panda dataframe by to_dataframe() method, # After that convert to JSON data via to_json() method # Final render on context in any template of html file On Mon, Dec 16, 2019, 20:

Re: manage.py not able to run any commands

2019-12-17 Thread Integr@te System
Hi Phil, Consider other command look like django-admin. https://docs.djangoproject.com/en/3.0/ref/django-admin/ On Tue, Dec 17, 2019, 18:35 Phil Yang wrote: > Hi, > All of a sudden, when I tried to run manage.py runserver, it didn't > produce any output, and it didn't do anything. In fact, the

Re: Django path, Learn Django, Django document

2019-12-21 Thread Integr@te System
Hi Friend, And as if you seeking for learning quickly search around for web basic html, css, js each other, example w3school.com... bc of they r combined web app together. When you held overview firmly with each part play its role, you can easily understand how Django codes to be put in html(synt

Re: A Business Solutions and ERP framework released.

2019-12-22 Thread Integr@te System
Happy code. On Sun, Dec 22, 2019, 22:23 mohamed khaled wrote: > how long time did you take to finish this project ? > > On Dec 22 2019, at 5:19 pm, Ramez Ashraf wrote: > > Hello fellow Django developers, > > A framework to create diverse business solutions, equipped with a > reporting engine an

  1   2   >