Mirco
share you code 😊
Avinash
Can someone tell me the difference btw abstractbaseuser and abstractuser ?
Himanshu
Can someone tell me the difference btw abstractbaseuser and abstractuser ?
abstractbaseuser doesn't have any fields. It only contains the authentication facility.
Himanshu
Himanshu
Documentation: https://docs.djangoproject.com/en/2.2/topics/auth/customizing/#extending-the-existing-user-model
Avinash
Usercreationform means ?
Mirco
Usercreationform means ?
form for creating user
Avinash
Will it have its own fields ?
Mirco
Will it have its own fields ?
it uses the user model
Avinash
Ok.
Avinash
Tq.
Mirco
Ok.
read the docs and u will find all the answers
Sanjay Krishnan
I am using djang-autocomplete-light along django-dynamic-formset, I am facing an issue while adding new row to formset. Has anyone faced this problem, i have been stuck with it for a long time, please help.
fcs
how can i find good django project to practise
Leo
how can i find good django project to practise
I think your need becomes your project. Take a problem make a solution using Django. 😁
fcs
😄😄😄thank you, leo
Oleg
Piyaaaa? Ooooo... dnolnaaaa
Oleg
!ol
Doragonsureiyā
Amharic @python_amharic Arabic @arabipython Armenian @pyerevan_chat Azerbaijani @azepug Chinese @pythonzh German @pythonde Hebrew @pythonisrael Indonesian @pythonid Italian @pythonita Kazakh @python_kz Portuguese @pythonbr @pythonrio Russian @ru_python Spanish @pythonesp Turkish @python_tr Uzbekistan @python_uz Vietnamese https://goo.gl/rE9xsr
fcs
wait, no English?
inchidi
Anubhav
Best book to start with django
Anubhav
I am beginner I don't know anything about web development except it is use to make websites
Raduan A
checkout mozilla tutorial
Rino
Anyone from dubai ?
Luis Duque
I am beginner I don't know anything about web development except it is use to make websites
Hi, First Try to understand really good the model view template, django is based on that model.
Anonymous
anyone tell whats the difference between form and modelforrm
George
anyone tell whats the difference between form and modelforrm
Form is custom, modelform takes a certain model as input and can create automagically a form from the model
George
no
George
I mean, how you implement the form but that is the basic stuff
Anonymous
I confused how modelform is used
George
I confused how modelform is used
check the friking docs, i am not going to explain it two times
Leo
check the friking docs, i am not going to explain it two times
Chill man.. once we were there where we knew nothing . Then we started by learning from all the resources we could get. But self-learning ability differ from person to person.Don't be rude.
George
Im sorry
George
ModelForms are used because they are less lines of code
George
Instead of writing 10 lines for a 9 attribute form you can write three
George
Im a bit stressed
Anonymous
George
Ñeh, life.
George
The tutorial on Forms and ModelForms is better than what i can say
George
Sometimes i generate forms instead of modelforms because they are more easy to customize
George
For example if you want to create a form with a field that is not an attribute i generate a form instead of a model form
vicky
i just refer
First search on google mr Sakthi Vel
Anonymous
Hello! I am trying to add my project to Bitbucket repo but I am getting this error: https://pastebin.com/HV6iVnRr; anyone, how to resolve it?
cj
Hello! I am trying to add my project to Bitbucket repo but I am getting this error: https://pastebin.com/HV6iVnRr; anyone, how to resolve it?
the last 2 lines tell you what to check 🤷🏻‍♂️ go to you bitbucket account and check if you have registered your local SSH key there
Anonymous
Btw you are again helping me 😁 , I remember you😊
cj
🙂
Anonymous
Dear cj, I followed Vishnu's answer here: https://stackoverflow.com/questions/25927914/git-error-please-make-sure-you-have-the-correct-access-rights-and-the-reposito; now I read "fatal: protocol 'git@https' is not supported" like here: https://pastebin.com/kf6kPWps
Anonymous
Trying to solve this "fatal: protocol 'git@https' is not supported".
cj
eeeemmmhh..... wtf.....
cj
Trying to solve this "fatal: protocol 'git@https' is not supported".
you just have to simply go to your bitbucket profile page, and check in the SSH keys whether you already have registered your local key or not
Anonymous
Yes I have study the polls tutorial but not that clear
Raduan A
or with mozilla tutorial
Anonymous
OK thank you
Anonymous
I am trying to paste my code into Bitbucket repo, but whenever I type "git push -u origin master" command I get this error: https://pastebin.com/ZxkfaTc9. Any hints?
Anonymous
Hmm...
Oleg
Run those commands
Oleg
Then recommit, because you didn't commit anything first time: git didn't know who you are
Anonymous
I ran it says "The filename, directory name, or volume label syntax is incorrect."
Shubham
Hello while signup from frontend I am getting Bad Request: /rest-auth/registration/
Shubham
what might be the tentative reasoon
Shubham
*reason
Anonymous
After executing python manage.py anycommand my console becomes locked and doesn't respont to any command.. Has anyone encountered such a problem?
Anonymous
Do you have any ideas why it may happens?