Error

2019-11-27 Thread Ankita Gupta
This error is coming again and again. HINT: Add or change a related_name argument to the definition for 'User.groups' or 'User.groups'. auth.User.user_permissions: (fields.E304) Reverse accessor for 'User.user_permissions' clashes with reverse accessor for 'User.user_permissions'. HINT: Add or c

Re: basic_app not provide the User how to reslove ?

2019-11-27 Thread Ousseynou Diop
Hello friend, I see the Error : in line six do this - user = models.OneToOneField(User, on_delete=models.CASCADE) and in the __str__ function - return self.user.username Thanks, let us know if this works. [image: Mailtrack]

Re: Internship

2019-11-27 Thread Aniket Jain
Yes I already have an experience with remote working On Thu, 28 Nov, 2019, 2:17 AM John McClain, wrote: > what experience with django do you have > Do you speak good English > > Do you have criteria for your internship? > > On Wed, 27 Nov 2019 at 17:25, Aniket Jain wrote: > >> Ya I am >> >> On

Re: Choosing MySQL or PostGres on Heroku

2019-11-27 Thread Mike Dewhirst
On 28/11/2019 10:33 am, Tim Johnson wrote: Using python 3.7.2, Django 2.1.5 on Linux development workstation with deployment to Heroku. I retired several ago, primarily coding in python and mostly working in legacy CGI systems with MySQL backends and still use mysql on my workstation. I am

Choosing MySQL or PostGres on Heroku

2019-11-27 Thread Tim Johnson
Using python 3.7.2, Django 2.1.5 on Linux development workstation with deployment to Heroku. I retired several ago, primarily coding in python and mostly working in legacy CGI systems with MySQL backends and still use mysql on my workstation. I am now essentially a hobbyist who wishes to use

I need any internship

2019-11-27 Thread mohamed khaled
I would like to work with any time anyone just works with someone to help any company or any startup I am good in English and I have a good skill not much because I am still junuior. I love so much programming and work with exciting projects. I just build projects alone I need to communicate wit

Re: Power BI integration with django

2019-11-27 Thread Antonio CG
ty El miércoles, 27 de noviembre de 2019, 19:39:04 (UTC+1), Integr@te System escribió: > > 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 Bri

Re: Internship

2019-11-27 Thread John McClain
what experience with django do you have Do you speak good English Do you have criteria for your internship? On Wed, 27 Nov 2019 at 17:25, Aniket Jain wrote: > Ya I am > > On Wed, 27 Nov, 2019, 10:36 PM John McClain, > wrote: > >> are you interested in working remotely as an intern? >> >> On We

Re: Internship

2019-11-27 Thread Kanyamahanga Hubert
Yes I am. Hubert On Wed, 27 Nov 2019 at 18:15, Karan Mittal wrote: > Yes Sir, > I am also up for intership role for remote work. > I have experience with remote work. > Do check out my LinkedIn profile: https://www.linkedin.com/in/karansmittal > > Thanks and Regards, > Karan Mittal > > On Wed,

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

2019-11-27 Thread Karan Mittal
Yes Sir, I am also up for intership role for remote work. I have experience with remote work. Do check out my LinkedIn profile: https://www.linkedin.com/in/karansmittal Thanks and Regards, Karan Mittal On Wed, 27 Nov, 2019, 10:37 PM John McClain, wrote: > are you interested in working remotely

Re: Internship

2019-11-27 Thread Aniket Jain
Sorry I didn't get On Wed, 27 Nov, 2019, 11:18 PM victor livingstone, wrote: > I am. > > On Nov 27, 2019 18:06, "John McClain" wrote: > >> are you interested in working remotely as an intern? >> >> On Wed, 27 Nov 2019 at 17:00, Aniket Jain >> wrote: >> >>> Hello everyone, >>> I am Aniket Mehta

Re: Internship

2019-11-27 Thread victor livingstone
I am. On Nov 27, 2019 18:06, "John McClain" wrote: > are you interested in working remotely as an intern? > > On Wed, 27 Nov 2019 at 17:00, Aniket Jain wrote: > >> Hello everyone, >> I am Aniket Mehta, of 3rd year currently pursuing my BTech from Jain >> deemed-to-be University Bangalore, and I

Re: Internship

2019-11-27 Thread Aniket Jain
Ya I am On Wed, 27 Nov, 2019, 10:36 PM John McClain, wrote: > are you interested in working remotely as an intern? > > On Wed, 27 Nov 2019 at 17:00, Aniket Jain wrote: > >> Hello everyone, >> I am Aniket Mehta, of 3rd year currently pursuing my BTech from Jain >> deemed-to-be University Bangalo

Re: Internship

2019-11-27 Thread John McClain
are you interested in working remotely as an intern? On Wed, 27 Nov 2019 at 17:00, Aniket Jain wrote: > Hello everyone, > I am Aniket Mehta, of 3rd year currently pursuing my BTech from Jain > deemed-to-be University Bangalore, and I am searching for the winter > internship as full stack or back

Internship

2019-11-27 Thread Aniket Jain
Hello everyone, I am Aniket Mehta, of 3rd year currently pursuing my BTech from Jain deemed-to-be University Bangalore, and I am searching for the winter internship as full stack or backend developer in Bangalore. Please let me know. Regards Aniket mehta -- You received this message because you

Re: Trying to update a record using UpdateView Error: Circuitinfotable matching query does not exist

2019-11-27 Thread Patrick Carra
okay so I dumped all the contents of my editCircuit.html into a file called circuitinfotable_form.html and now I get my form. But I still don't understand why I had to use this name since I never specified it anywhere. -- You received this message because you are subscribed to the Google Group

Re: Trying to update a record using UpdateView Error: Circuitinfotable matching query does not exist

2019-11-27 Thread Patrick Carra
I don't have a circuitinfotable_form.html. I never specified circuitinfotable_form in any of my code. What should that form contain? My /viewLit/editCircuit.html form contains the following: {% block content %} {% csrf_token %} {{form.as_p}} {% endblock %} Shouldn't that suffice

Re: Trying to update a record using UpdateView Error: Circuitinfotable matching query does not exist

2019-11-27 Thread franz ulenaers
put your template |'circuitinfotable_form.html' |on one of your folders :| /home/db_user/ciopsdb/base/templates/viewLit/circuitinfotable_form.html /home/db_user/ciopsdb/templates/viewLit/circuitinfotable_form.html /home/db_user/ciopsdb/editLit/templates/viewLit/circuitinfotable_form.html /home/db_

Re: Trying to update a record using UpdateView Error: Circuitinfotable matching query does not exist

2019-11-27 Thread Patrick Carra
I didn't have one. I thought UpdateView would create the form for me. But I was working the problem and made one: from django.forms import ModelForm from . models import Circuitinfotable class CircuitinfotableForm(ModelForm): class Meta: model = Circuitinfotable fields = '__

Re: Trying to update a record using UpdateView Error: Circuitinfotable matching query does not exist

2019-11-27 Thread Raja Sekar Sambath
Hey Patrick, Can you post forms.py here? On Wed, 27 Nov 2019 at 21:23, Patrick Carra wrote: > Raja that was a great suggestion thank you! Once a started playing around > with the urls in the project level I found that it was still being routed > to viewLit despite the edit/ in the url I was pa

Re: Trying to update a record using UpdateView Error: Circuitinfotable matching query does not exist

2019-11-27 Thread Patrick Carra
Raja that was a great suggestion thank you! Once a started playing around with the urls in the project level I found that it was still being routed to viewLit despite the edit/ in the url I was passing. I decided to put all these classes into the same app viewLit/views.py and now my parameter

Power BI integration with django

2019-11-27 Thread Brian
Does anyone know how to integrate a Power BI dashboard with a web page, without the user having to log in to the power BI account -- 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,

authentication for Channels2 via mobile application

2019-11-27 Thread Levent Engin
Hi all; Can we only use session authentication for Channels2 and if we use mobile application what would be the best way or method to authenticate? Any samples or documentation? BR -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

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:

2019-11-27 Thread Anirudh Jain
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 url > from which I am getting the response > > -- > You received this message because you are subscribed to the Google Gro

[no subject]

2019-11-27 Thread vaneet bawa
can someone please tell me that how I can display the message on the url from which I am getting the response -- 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 dja

Re: Internship

2019-11-27 Thread John McClain
I have task for a start up that is not launched yet I am a student as well but behind you in my understanding I built this project as part of my final I am looking for help in developing it further as there is advanced programming still needed I am not able to pay traditional wage I assume you

Re: Django begginer

2019-11-27 Thread Daniel Almeida
Thank you guys I set as charfield and will be ok for now. So maybe u can help me further, this is a timesheet app and I have all set in django admin. I can add and delete data from my table in the administration mode. Now my question is how can I import this to a html template to be able to add