Mr. Rude
Its django version of ajax (?)
Guilherme
I am already reading the documentation.
Mr. Rude
Its like setting up cron jobs
Guilherme
Thank you very much @MrRudest
Mr. Rude
😂
Mr. Rude
I didn't do anything
Bhupesh
https://www.linkedin.com/feed/update/urn:li:activity:6455467340111933440
Guilherme
For the conversation.
Mr. Rude
Ah np
Bhupesh
Mr. Rude
I like surveys
Bhupesh
I like surveys
Then plz go through this
Bhupesh
Here is the direct link
Mr. Rude
Yeah
Mr. Rude
SEO intern
Mr. Rude
@_@
Bhupesh
Mr. Rude
Im not sure what you're trying to achieve with the survey but there you go
Bhupesh
Im not sure what you're trying to achieve with the survey but there you go
Thanks man Its a project idea i have in my mind 😇🤓🤩
Anonymous
Do you find it overkill I read most (or almost all) Django topics? (https://docs.djangoproject.com/en/2.1/topics/). They said it is not recommended, but I think that, having an overview of everything that Django does, will help me when creating a project, because I'll know what to use and where to look.
Anonymous
Ronald
Do you find it overkill I read most (or almost all) Django topics? (https://docs.djangoproject.com/en/2.1/topics/). They said it is not recommended, but I think that, having an overview of everything that Django does, will help me when creating a project, because I'll know what to use and where to look.
Depends. Do you want to be a good academical programmer - like study everything and know what everything does exactly and why. And maybe have pretty code. Or do you just wanna get good at actually building cool stuff with Django? :)
Orlando
hi all ! I create an app with these models:
Orlando
class EmpresaModel(Model): nome = CharField(max_length=100) cnpj = CharField(max_length=20, default=‘00.000.000/0000-00’) observacao = TextField(default=‘NENHUMA OBSERVAÇÃO’, blank=True) created_at = DateTimeField(auto_now_add=True) class VistoriaModel(Model): empresa = ForeignKey(EmpresaModel, on_delete=CASCADE) imagem = ImageField(upload_to=‘image/’) observacao = TextField(default=‘NENHUMA OBSERVAÇÃO’, blank=True) created_at = DateTimeField(auto_now_add=True)
Orlando
how can I create an form to VistoriaModel ? How can I create an widtget to empresa fiel ?
Anonymous
how can I create an form to VistoriaModel ? How can I create an widtget to empresa fiel ?
tu quer mostrar isso no admin pra selecionar a empresa relacionada?
Patola
English pls
just for the record, he said "Do you want to show that to the administrator for selecting the related business?" But yes, he should be using english.
Orlando
tu quer mostrar isso no admin pra selecionar a empresa relacionada?
I hope to use an combobox to select an Empresa ( company)
Orlando
in the VistoriaForm
Henrique
Hey guys, how's it going? I was trying to send a data to my database but I've received the error: 'UserAdminCreatinForm' object has no attribute 'get'
Henrique
https://pt.stackoverflow.com/questions/335403/useradmincreatinform-object-has-no-attribute-get-django
Anonymous
Show the error log
Henrique
Look in the link, pls
Anonymous
Look in the link, pls
In the log there is an option "switch to copy and paste"
Anonymous
Copy that and paste on hastebin.com and share it
Henrique
https://hastebin.com/exuhedasim.py
Anonymous
Wtf
Anonymous
https://www.hastebin.com/exuhedasim.py
Henrique
It's alright
Anonymous
I asked you to copy error log
Anonymous
Not your code
Henrique
Ohh, I'm sorry
Henrique
https://www.hastebin.com/onuyiwegul.js
Anonymous
Oh god
Anonymous
You seeing this button?
Henrique
wtf
Henrique
https://www.hastebin.com/opemumalag.coffeescript
inchidi
entropy
hi! good day everyone.
entropy
May I ask for advice about sharding in django? How to do it? Resource links will be appreciated. Thanks!
Mr. Rude
https://www.hastebin.com/opemumalag.coffeescript
Probably django 2.X doesn't support get
George
https://www.hastebin.com/opemumalag.coffeescript
request.GET.get('thethingyouneedtoget')
entropy
Gianluca
hi i'm an italian society and i'm looking for a freelancer
Gianluca
Freelancer here 👋
do you speack italian?
Gianluca
Buongiorno
Ciao scrivimi in privato
Daniel
Mario
Ronald
Mario
Alfredo 🍝
Jimmies San
Alfredo 🍝
no. Saverio :)
Jimmies San
mario the janitor and saverio the teacher
Anonymous
Daniel
Hi.
ohai
Anonymous
Unsupported lookup 'trigram_similar' for CharField or join on the field not permitted.
Anonymous
why?
Anonymous
i'm using psql
Mirco
Share the code
Mirco
Use pastebin or tool like that pls
Anonymous
ok
Mirco
Read the pinned message 💪
Henrique
Leonardo
hey guys, i have a model that works with pdf files upload, now i want to show them on my view and allow to download too, how can i do that?
Anonymous
https://pastebin.com/9wUQbk5n