Mr. Rude
Its django version of ajax (?)
Mr. Rude
Guilherme
I am already reading the documentation.
Mr. Rude
Its like setting up cron jobs
Mr. Rude
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
Mr. Rude
Bhupesh
Mr. Rude
I like surveys
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
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
Anonymous
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
Mirco
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.
Mirco
Orlando
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
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
George
entropy
Gianluca
hi i'm an italian society and i'm looking for a freelancer
Ronald
Adonis
Daniel
Mario
Ronald
Jimmies San
Jimmies San
mario the janitor and saverio the teacher
Anonymous
Daniel
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