Custom attributes in django forms

2018-11-25 Thread gordon nchy
hello everyone i'm facing a challenge on how to add custom attributes to django login form. i used the LoginView from django.contrib.auth.views to generate a login form, but i really need help on how to add custom attributes maybe like using widgets but i dont know how to do it..i'll appreci

making sign up and login

2018-11-25 Thread Gear Crew
I want to know sign up and login or generally registration in Django if I build up in Django I have to associate that with admin page or that possible and when creating a new user from registration this data where will go in admin and create user automatic in admin or what ? -- You received th

Re: Looking for a Django Co-Founder.

2018-11-25 Thread Gear Crew
I am here i am interested i am 20 years old and not Pro in django but i'm still learning until die if you have any ideas I will be with you On Sunday, 18 November 2018 00:29:14 UTC+2, Zack Amaral wrote: > > Hi, > > I have an idea for a next generation PaaS. I was wondering if there are > any D

Re: Looking for a Django Co-Founder.

2018-11-25 Thread TimT Vogt
Hi Zack do I need an account for liveplan? Tim Verstuurd vanaf mijn iPhone > Op 18 nov. 2018 om 00:53 heeft Lucas G. Navarro het > volgende geschreven: > > Hi! How are you? Can you tell us more about this? > > Regards! > > El sáb., 17 nov. 2018 7:29 PM, Zack Amaral escribió: >> Hi, >> >>

Re: Looking for a Django Co-Founder.

2018-11-25 Thread Shashank Singh
I am also interested. Is there is anything I can do now? On Mon, 19 Nov, 2018, 7:04 PM Idowu Tunde Helo you can do public found raising > In term of ICO which help to get more fund from the puplic > > On Sunday, November 18, 2018, Zack Amaral wrote: > >> What time are you available today? >> >>

Re: How to autosave Foreignkey value inside my second Model with the id of my first model object.??

2018-11-25 Thread Yavin Aalto Arba
The whole point of a foreign key is that it's external\independent the related model - and you are going against that by giving the user the ability to enter it willy-nilly in one form. If you want to have a 2 key combo as primary key you can use unique_together without the second model as a FK (

How to autosave Foreignkey value inside my second Model with the id of my first model object.??

2018-11-25 Thread Anoop Sharma
I have two models . Appname and Adspace ,I have a Foreignkey object in second model which connects to my first model. Here is the Code models.py class Appname(models.Model): name=models.CharField(max_length=150,blank=False,null=False,help_text='Add your new App') def __str__(s

Re: Advice on choosing Django modules?

2018-11-25 Thread Mike Dewhirst
Dean You have an interesting scenario. For me, the first task would be figuring out the best use of my time. I'm perfectly capable of semi-permanent research and indecision followed by throwing up my hands in frustration and rolling my own. I think if I was in your shoes with your apparent e