Anonymous
Please send django and python resume....
Luis
Please send django and python resume....
What? Try Google that or join a group about python books
Luis
Please send django and python resume....
Try join @python_textbooks telegram group
Luis
Please send django and python resume....
Here is a Django tutorial for begginers https://docs.djangoproject.com/en/1.11/intro/tutorial01/
Amit
how can host django site in cpanel?
Bagus
how can host django site in cpanel?
No, it's has use vps for library installation
Anonymous
how to use firebase to authenticate users in django
Anonymous
😕
Anonymous
i am using react as front end
Anonymous
and drf for api
Ghorz
how can host django site in cpanel?
You can if the host support python. You can use heliohost.org its free with cpanel. All you need is a little tweak to wsgi.py
Modou-dev
how to implement listfield in Django
Modou-dev
how to implement listfield in Django
I think it's not possible or please can anyone explain me ?
Mirco
how to implement listfield in Django
List field ? Explain better what you're trying to do
Modou-dev
I try to store a list in my database or I can just use charfield ?
Mirco
I try to store a list in my database or I can just use charfield ?
JSONField could be useful for you What db r u using ? If u use PostgresSQL , there's ArrayField
Modou-dev
postgres
Mirco
You can use ArrayField
Modou-dev
okay let me try
Modou-dev
office_id = ArrayField(models.CharField(max_length = 1000, null = True, blank = True)) like this or ?
Mirco
Yup and can specify size as second arg
Modou-dev
okay I see
Modou-dev
and the size is for limiting the number or ?
Mirco
Check the link I've shared you above You will find everything u need to know
Modou-dev
I don't see the link
Mirco
You can use ArrayField
Click on ArrayField
Modou-dev
okay I see it
Modou-dev
sorry
Mirco
No worries 😀
Modou-dev
thanks
Mirco
Yw 😀
Modou-dev
Yw 😀
so I let the field ( charfield )
Modou-dev
I think the problem will be solved in the front-end
Ghorz
I loved C programming and its function based coding swore never to do OOP, as time passed on I noticed I'll never get a job with C in my country. I switched to Python, it became my live of life because I can use function only without OOP until Django came my way.
Ghorz
Now I love OOP in django so much I hate function based view
Ghorz
Now function based view is so annoying I find it awkward to use.
cj
there are use cases for everything 🤷🏻‍♂
Mirco
In your template: <input type=“password” >
He's using Django forms Template form is auto generated from Form class
cj
In your template: <input type=“password” >
what if he is rendering the input from a form?
Patricia Franco
Create a form using charfield
Rammy
@c0x6A @iFlare3G that's it!
cj
I though you were gonna use the telegram polls feature 🤷🏻‍♂
Suraj
Is Their Anyone Who Want To Work With Me In Creating A Notes Taking App Based On Django.
Rammy
Suraj
Is Their Anyone Who Want To Work With Me In Creating A Notes Taking App Based On Django.
App Will Use Markdown Concept for Text Manipulation, Screenshot/Image features, PDF Storages, Nice Looking Browser Based Control Panel, And Many Other Features Also
Suraj
It's for learning purpose ... And The Interesting Point is, I build from scratch JavaScript based Markdown Preview Library. And Now I will work on markdown editor
Suraj
Admin, Can I post my github repo link here
Jimmies San
i voted NO and it's 0% -___-
Suraj
https://github.com/surajsinghbisht054/mdviewer
Suraj
https://github.com/surajsinghbisht054/mdviewer
One Push Request is left from My Account. But I will do it soon
Jimmies San
😂😂
github is full of code and "awesomes lists" ... i don't understand why we have to spent energy in this kind of "educational things" when we can find a lot of them
Rajjix
i can provide free hosting
Jimmies San
btw if you do that: i can do ci/cd pipeline :P
Rajjix
and we can get free domain names (tk, icu, ...) and just rack em up on one server, i don’t think we need much specs if it’s just for tutorial purposes, 1 month 1 project.
cj
i voted NO and it's 0% -___-
I didn't vote, how things are going?
Mirco
btw if you do that: i can do ci/cd pipeline :P
And lots of people can learn from your experience 💪💪💪💪 Even if it requires energy as u said before ( totally agree with u )
Mohit
https://stackoverflow.com/questions/53960293/ignore-httplocalhost-from-ajax-url
Mohit
Can Someone help me with this?
Mohit
Just now
cj
1 minute ago
Mohit
Haha
Mohit
Ok
Mohit
Thanks anyway
Manish
hii
Manish
can we move instances of one model to another model in django admin panel?
Mahesh
Me too
Mirco
Yup