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

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

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 it

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

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

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 app

Re: Strange issue with django

2019-12-26 Thread Integr@te System
happened - 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: 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 > th

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

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 form

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

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 certa

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

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 pro

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 su

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 mem

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

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

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 Groups

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 = request.ME

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

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

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 rec

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

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 f

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: 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: > https://www.nimikh.co

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 u

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

2020-01-19 Thread Integr@te System
uild > each time? > > 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 >> >

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

2020-01-20 Thread Integr@te System
t; myself. > > 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-a

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 > > CheckConstraint(check=Q(is_on_sale=ExpressionWrapper(Q(price__lt=F('full_price')),

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 us

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

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

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 ar

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 Mod

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 fro

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 > > django.db.uti

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 wit

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 migrat

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 (checkbox.c

<    1   2