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: 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: 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

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: 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

Re: 'Sandboxed' Template engine/context

2020-07-11 Thread Integr@te System
ed' 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 Michael Thomas >&g

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

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

Re: GSoD 2020

2020-06-20 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: Question on migrations vs postgres database

2020-06-13 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 >

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) >

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

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: email": [ "Enter a valid email address." ]

2020-03-27 Thread Integr@te System
p.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, >> protonmail, li

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: 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

Re: cant import views

2020-03-18 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

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

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: 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

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)

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

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

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

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: 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

Re: Selecting all and posting

2020-02-24 Thread Integr@te System
Hi Isaac, Plz review and attempt sth like this sample: as we have with any type of fields you like for user input : sth.html Click On const checkbox = document.querySelector('input[type=checkbox]'); const button = document.querySelector('button'); checkbox.onchange = () => { if

Re: Django Migration gives an error with OneToOneField

2020-02-23 Thread Integr@te System
Hi, Would u consider any relative details with result!? Or try some cmd to more status: https://docs.djangoproject.com/en/2.2/topics/migrations/ On Mon, Feb 24, 2020, 00:43 maninder singh Kumar wrote: > I am working on an application with two databases and two different > dbRouters. On

Re: Django - CreateView not saving form with nested formset

2020-02-23 Thread Integr@te System
Hi Shazia, Plz search somewhere like this if u see for helpful: https://github.com/philgyford/django-nested-inline-formsets-example On Sun, Feb 23, 2020, 14:01 Shazia Nusrat wrote: > Hi, > > Can someone help to answer the question in link? > Also I've been trying to get CreateView working

Re: Django mysql db issue

2020-02-22 Thread Integr@te System
Hi Maturure, Plz look at limitation of char field and option in dj doc: https://docs.djangoproject.com/en/dev/ref/databases/#character-fields On Sat, Feb 22, 2020, 14:52 Perceval Maturure wrote: > Dear all > > Is there anyone experiencing the below with python3.7 Django 2.2 > >

Re: Django Channels inifnate group expair time or any alternative solution

2020-02-18 Thread Integr@te System
Hi Naveen, Plz look at autobahn lib for all your purpose: https://crossbar.io/autobahn/ On Tue, Feb 18, 2020, 12:16 pot-potato wrote: > Dear Django-Team, > > I trying to create an IoT application with Django Channels, this is my plan > >- I have is a python program that can fetch data

Re: [Django] Error occured while saving a form created through model formset factory

2020-02-15 Thread Integr@te System
Hi, Plz check about: HttpResponseRedirect('/gspapp/ModelGSPRequestList') On Sat, Feb 15, 2020, 13:15 Dilipkumar Noone wrote: > Hi Maninder, > > This error seems because i used choice field which actually use names as > values but django expects the id. > > As Django automatically creates a

Re: Migrated code is not working in Django

2020-02-08 Thread Integr@te System
Hi Ram, plz show error code. On Sun, Feb 9, 2020, 01:03 Ram wrote: > Hi, > > I just noticed that the migrations table in Postgres is not updated though > we reset all the previous migrations. Do I need to run any step in the > database side whenever integrate new code drop? Unfortunately, we

Re: Django - Extending models with multi role users and multiple requirement types

2020-02-03 Thread Integr@te System
Hi, Plz look at docs for more info: https://docs.djangoproject.com/en/2.2/intro/overview/ On Tue, Feb 4, 2020, 09:59 Mike Dewhirst wrote: > On 4/02/2020 10:41 am, Zameer Ahmed wrote: > > Hi, > > I've also posted this question on StackoverFlow and haven't got any > > response surprisingly.

Re: Test -Error :AssertionError: 404 != 200

2020-02-02 Thread Integr@te System
Hi man, How about pk you expect to test by declare in test.py with '/post/264, so != 200 in result!? On Sun, Feb 2, 2020, 22:05 Body Abdo wrote: > Dear all > > I can't do the test -error is > self.assertEqual(response.status_code, 200) > AssertionError: 404 != 200 > My code is > views.py > >

Re: Access to choice-value-constants from templates when using IntegerChoices

2020-01-29 Thread Integr@te System
Hi Dick, Consider declaring model field by: https://docs.djangoproject.com/en/3.0/ref/models/fields/#field-choices-named-groups and template settings On Thu, Jan 30, 2020, 02:13 Bernhard Dick wrote: > Hi, > > I'm having trouble with the template-side when I'm converting my code to > make

Re: How to express `foo = (bar < quox)` as a constraint

2020-01-27 Thread Integr@te System
Hi All, Let try sth like sample: a = True if b <= c else False On Tue, Jan 28, 2020, 03:24 Simon Charette wrote: > I see, I think you'll need to wrap the inner Q in an ExpressionWrapper[0] > > That would be > >

Re: Using Daphne without altering nginx config on Google App Engine

2020-01-20 Thread Integr@te System
self. > > Rahul. > > On Monday, January 20, 2020 at 3:14:35 PM UTC+8, Integr@te System wrote: >> >> Hi Rahu, >> >> Plz scrutinize more info to differ, combine and select right one for >> your case. >> >> https://stackshare.io/stackups/google-app-en

Re: Using Daphne without altering nginx config on Google App Engine

2020-01-19 Thread Integr@te System
> > Sorry for the barrage and thanks in advance, > Rahul. > > On Sunday, January 19, 2020 at 1:41:09 PM UTC+8, Integr@te System wrote: >> >> Hi Rahu, >> >> Check chennel_layers setting as a sample in this doc for more helpful >> >> https://channe

Re: Using Daphne without altering nginx config on Google App Engine

2020-01-18 Thread Integr@te System
Hi Rahu, Check chennel_layers setting as a sample in this doc for more helpful https://channels.readthedocs.io/en/latest/deploying.html On Sat, Jan 18, 2020, 21:10 Rahul Arora wrote: > Hi all, > > I'm trying to switch from gunicorn to Daphne for my Django app on GAE > Flex, since I need to

Re: Django mailing [Errno 97] Address family not supported by protocol

2020-01-15 Thread Integr@te System
Hi Rakibul, Plz check again your protocol in sending mail, not in http request. Nice. On Wed, Jan 15, 2020, 17:32 PM Rakibul Hasan wrote: > My Error: > OSError at /send_email/ > > [Errno 97] Address family not supported by protocol > > Request Method: GET > Request URL: >

Re: How to load an instance in class based views using form_valid

2020-01-12 Thread Integr@te System
Hi Sam, How about your app namespace definition and url you defined, bc of using reverse(). Plz take a look in link for more info: https://docs.djangoproject.com/en/3.0/topics/http/urls/#topics-http-reversing-url-namespaces On Mon, Jan 13, 2020, 03:35 Sam Hefer wrote: > 0 > > I'm trying to

Re: How to Extract values of diffrent from foreign key in django models

2020-01-11 Thread Integr@te System
Hi Manas, What about User model!? (Because of ForeignKey you declared) This is where Friend.object.get() come from Friend model of current user. On Sun, Jan 12, 2020, 11:50 manas srivastava wrote: > > > > I have made a model to make friends using Django model. Now I am unable to > get the

Re: "This field is required." error in REST

2020-01-11 Thread Integr@te System
Hi Garg, Which your expected results in your code!? Where the points you see errors!? Plz review again and provide us more details. Nice. On Sat, Jan 11, 2020, 18:19 Yash Garg wrote: > I have created a User registration rest api app > > views.py- > class UserRegister(APIView): > >

Re: react.js not rendering anything in django project

2020-01-11 Thread Integr@te System
Hi, Plz look at an answer that an expert point out your typo, case sensitive usual mistakes. Thanks. On Sat, Jan 11, 2020, 21:55 engineer sahab wrote: > check here full code and all details: > https://stackoverflow.com/questions/59694929/react-js-not-rendering-in-django-project > > -- > You

Re: Csrf_exempt

2020-01-09 Thread Integr@te System
Hi Sounen, Inspect this link for which type and setting you like to work with. https://www.django-rest-framework.org/api-guide/authentication/#sessionauthentication Nice. On Thu, Jan 9, 2020, 22:25 Soumen Khatua wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: Necessary to learn React/ Angular with backend Django

2020-01-07 Thread Integr@te System
Hi Shetty, You also consider your project serve local users, so unnecessary implement high interactive pages from internet clients. >From online docs, you can learn any technique via small best practices and apply to your case with basic javascript knowledges or look at python libs, and then

Re: JSONDecodeError

2020-01-06 Thread Integr@te System
or another way django httpxforwardedfor module. Nice. On Mon, Jan 6, 2020, 22:56 Integr@te System wrote: > Hi, > > Maybe your module requests not present sufficient and check requests api > module to use. > > > On Mon, Jan 6, 2020, 20:20 Yash Garg wrote: > >> JSON

Re: JSONDecodeError

2020-01-06 Thread Integr@te System
Hi, Maybe your module requests not present sufficient and check requests api module to use. On Mon, Jan 6, 2020, 20:20 Yash Garg wrote: > JSONDecodeError > Exception Value: > > Expecting value: line 1 column 1 (char 0) > > > why i'm getting this error? > > views.py- > > ip_address =

Re: email api

2020-01-05 Thread Integr@te System
Hi Suabiut, Try this: https://pypi.org/project/django-mailgun/ On Mon, Jan 6, 2020, 13:28 sum abiut wrote: > Is there any other email API out there that I can use to send email in > django other than sengrid? > > > -- > You received this message because you are subscribed to the Google

Re: SyntaxError SECRET_KEY

2020-01-05 Thread Integr@te System
Hi Dash, Let a look at this config: *settings_secret.py* # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = '..key' *settings.py* from settings_secret import * and *.gitignore* # Secret Settings settings_secret.py Careful for path to file directory. Nice.

Re: Full Stack Developer (Python/Django) position requirement for US GC/Citizen/Can Citizen

2020-01-05 Thread Integr@te System
Hi All, So excited! My work if any informative. Welcome! On Sun, Jan 5, 2020, 08:27 Alfredo Sumague wrote: > I'm interested, > > Thanks, > Alfredo Sumague > > On Fri, Jan 3, 2020 at 9:35 AM Yash Garg wrote: > >> For a large multi billion dollar Publishing house in New York, client >> needs a

Re: How to create form to show user input and return results from DB

2020-01-04 Thread Integr@te System
Hi friend, # dont separate bc of the same type of field on one object. ( or find more zipcode service provider for more options) # with get/post method you shoud refer more docs, it just view/create action. # consider review source, a lot comment in your code base and few err commands. Think of

Re: Tweak admin widget - FilteredSelectMultiple

2020-01-04 Thread Integr@te System
Hi Mike, As we look at selected_choice result from iterating v over value (line 428), option_value base on choice(line 438). so we can limit input parameter of value variable from this def(). Hope if heplful. On Sat, Jan 4, 2020, 11:00 Mike Dewhirst wrote: > In the Admin where user group

Re: Getting os win87 parameter not found in multi processing how to solve please me

2020-01-02 Thread Integr@te System
Hi, Looking for parameter you want to https://docs.python.org/3.8/library/multiprocessing.html https://github.com/praekelt/django-template-multiprocessing/blob/develop/README.rst#installation On Thu, Jan 2, 2020, 23:54 Devendra reddy wrote: > -- > You received this message because you are

Re: How to ensure genuine emails despite valid email format?

2019-12-31 Thread Integr@te System
Hi Roshan, Follow to previous mails above, check further mail according to: # Comply to mail's policies (entire system). # Alongside network (ISP, provider, local(NPS, ad, ldap, mail app, computer)...end to end. # Or you can imagine your gmail, check google policies for spam/not spam(this is

Re: Django ValueError at: Cannot assign "": "Pair.male_mutation" must be a "Mutation" instance."

2019-12-31 Thread Integr@te System
Hi Issuer, As error warning, we don't see any male_mutation in Mutation model when Pair.male_mutation reference to. As well Species model located. On Mon, Dec 30, 2019, 19:31 Muhammad Tariq wrote: > I am new to Django facing this error while saving data into DB: > > "ValueError at

Re: access control module

2019-12-29 Thread Integr@te System
Hi, Think of seperating on permissions, each of them query out specific details in views.py. Hope it helpful. On Mon, Dec 30, 2019, 00:52 oliseh obiajuru wrote: > i am looking to create a custom access control for the front end of my > django web site, where by if you are categories as a

Re: Best config and extension for visual studio code

2019-12-29 Thread Integr@te System
Hi The best men, Go to the best ide you fit, look for the packages you like. Choose the best time with the best solution for the best customer. Eventually the most value you get. Not all in one. Not best all time. On Sat, Dec 28, 2019, 23:32 Mahmoud Abbas wrote: > Hello > U just need install

Re: How to read Objects from ManyToMany Relation class in django

2019-12-29 Thread Integr@te System
Hi, Check url.py with typo error at closed parenthesic. On Sun, Dec 29, 2019, 20:35 manas srivastava wrote: > > > > I have made a class called friend where i want to connect users as > followers. Here From this class i am unable to read the users those are > following another user. For Eg if

Re: Creating Django models dynamically

2019-12-29 Thread Integr@te System
Hi, Look at Django CMS features as it is in your purpose. On Sun, Dec 29, 2019, 20:35 Meet Vasani wrote: > Is there any way to create model for the database using form input from > the end user ? > > Scenario: There is authority for the particular company. Authority wants > to create HTML

Re: Strange issue with django

2019-12-28 Thread Integr@te System
Hi Andreas, # First at all we couldn't help anymore without specified problem as your necessary show no more clear details. # Tools(for profiling each running functions, many metrics need), advices from some other to help you see out of box and show them out to our supports. # Plan to upgrade,

Re: Overriding Prefetched objects in Serialization

2019-12-27 Thread Integr@te System
Hi Barddes, Bc of you alter model, so let try to command migration, makemigration. On Fri, Dec 27, 2019, 00:46 Cesar Bueno wrote: > Hi! > > I'm having trouble overriding some prefetched data, I hope someone can > help me here. I'll try to explain my issue with the examples provided from >

Re: Strange issue with django

2019-12-26 Thread Integr@te System
ned - because it just happened > spontaneously > > Regards, > > Andréas > > > Den tors 26 dec. 2019 kl 15:09 skrev Integr@te System < > datacentral...@gmail.com>: > >> Hi Andreas, >> >> Let try: >> # Perf tip >> >>

Re: Strange issue with django

2019-12-26 Thread Integr@te System
Hi Andreas, Let try: # Perf tip https://gawron.sdsu.edu/compling/course_core/python_intro/intro_lecture_files/fastpython.html # Release note Django 3.0, DRF vs. best version Hope this helpful. On Thu, Dec 26, 2019, 20:46 Andréas Kühne wrote: > Hi all, > > We have a django backend for our

Re: MultiValueDictKeyError at /add 'radio2'

2019-12-26 Thread Integr@te System
Hi Issuer, Plz let facility in the ways that more details(err log, photos, code snippets...) or minimize risk for supporting of community. Sometime untrust link or malware, malformware) could harm or prevent the help of community, or at least slow to resolve your problem. Thanks. On Wed, Dec

Re: How to access static files in views.py

2019-12-25 Thread Integr@te System
Hi, Make sure these requirements: https://docs.djangoproject.com/en/3.0/howto/static-files/ On Wed, Dec 25, 2019, 19:32 Guy NANA wrote: > I want to access static files in views.py but it doesn't work when I use > {% load static %} and {% static relative_path %} in the same way like in a >

Re: Feeding a stored procedure (MySQL) into Django_Tables2 table

2019-12-24 Thread Integr@te System
Hi Issuer, Dump data field from model to json obj. And combines them as a dictionary. On Wed, Dec 25, 2019, 11:19 sum abiut wrote: > Can you show us your models. > > On Wed, 25 Dec 2019, 08:03 Gregory Vaks, wrote: > >> Hello all, >> >> I am using Django-Tables2 for front-end in my app as

Re: Regarding API Creation

2019-12-24 Thread Integr@te System
Hi friend, My bend: Tackle perf gather container for functional api. Choose arch as less or immutate model. Of course to do drf cbv in this case. Thank for sharing. On Tue, Dec 24, 2019, 03:28 Anonymous Anon wrote: > It really depends Architecture vs Performance This is what I >

Re: Google Summer of code 2020

2019-12-24 Thread Integr@te System
Hi, Just ask Google for this event. Happy code. On Tue, Dec 24, 2019, 11:32 Karan Mittal wrote: > Actually I had the same query regarding GSoC. Please help > > Regards, > Karan Mittal > 3rd yr Student in Btech CSE, > Acropolis Institute of Technology and Research, Indore > > On Mon, 23 Dec,

Re: Regarding API Creation

2019-12-23 Thread Integr@te System
Hi friend, https://medium.com/profil-software-blog/10-things-you-need-to-know-to-effectively-use-django-rest-framework-7db7728910e0 On Mon, Dec 23, 2019, 22:41 Pravin Yadav wrote: > Hello Everyone, > > I'm new beginner in API. Can anyone share which is the best way to create > the API in DRF.

Re: A Business Solutions and ERP framework released.

2019-12-23 Thread Integr@te System
Hi Ngallen, Does crystal report has API!? https://github.com/alocshrestha/Crystal_API Try out if your work done with win32com module Or can you export to html in cr tool and use it as template in django or display look like iFrame in page!? Plz see these option as my idea, I hage not try for my

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

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

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: [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,

Re: gunicorn.errors.HaltServer:

2019-12-16 Thread Integr@te System
mctl: unrecognized option '--preload' >>> >> $ sudo systemctl status gunicorn.service --preload >> systemctl: unrecognized option '--preload' >> $ sudo systemctl --help | grep preload >> > > ~Ram > > > > On Sun, Dec 15, 2019 at 10:32 AM Integr@

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 > >

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: 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

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 = >

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: 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

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

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",

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: ''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 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

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

2019-12-05 Thread Integr@te System
; class Meta: > model = Question() > fields = ('quiz', 'label', 'order') > > > class QuizTakerSerializer(serializers.HyperlinkedModelSerializer): > class Meta: > model = QuizTakers() > fields = ('user', 'quiz', 'correct_answers', 'completed', 'timesta

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 >

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

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

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: 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

Re: orm relation

2019-12-02 Thread Integr@te System
an 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.com/en/2.2/topics/db/queries/#co

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

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

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

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 > ,

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

  1   2   >