Mirco
share you code 😊
Avinash
Can someone tell me the difference btw abstractbaseuser and abstractuser ?
Himanshu
Himanshu
Documentation: https://docs.djangoproject.com/en/2.2/topics/auth/customizing/#extending-the-existing-user-model
Avinash
Usercreationform means ?
Mirco
Avinash
Will it have its own fields ?
Mirco
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
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?
fcs
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 ?
Anonymous
anyone tell whats the difference between form and modelforrm
Anonymous
George
no
George
I mean, how you implement the form but that is the basic stuff
Anonymous
Anonymous
I confused how modelform is used
Anonymous
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
Anonymous
Leo
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
Anonymous
Anonymous
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?
Anonymous
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.....
Anonymous
Mirco
Anonymous
Yes I have study the polls tutorial but not that clear
Raduan A
or with mozilla tutorial
Mirco
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?
Oleg
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."
Anonymous
Anonymous
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?
cj
Anonymous
Do you have any ideas why it may happens?