Mirco
Thanks a lot..will try and let you know
you can find all u need about Forms by reading forms section inside official docs
Premraj
you can find all u need about Forms by reading forms section inside official docs
Ya...was about to refer to that...but got this question while travelling so thought it would be quicker to post it in telegram
NANDAGOPAL
Searching perform from category and display details in html
NANDAGOPAL
How to Display relating details from dB while clicking that particular image?
NANDAGOPAL
Thank you Micro
Anders (izzno / gooood) 🇳🇴
https://www.humblebundle.com/books/programming-cookbooks
Anders (izzno / gooood) 🇳🇴
Ffs, anyway... (almost) free books...
Django
There is an app called AnyBooks in playstore it has all the books you can find online It is best for different programming books
Ghorz
We've all been creating thing, how about those website were users create their own field. E.g form builder Who has done something like that?
Django
there's anything BEST... just use what fit your needs
You are right , all i was saying is that i found a perfect book for me Soo you can also use this resource
Vicky
👋👋
Vicky
Hi folks, can you recommend me a good extensive and complete tutorial for Django 2.0 or up?
Vicky
I was looking for others beside this and Django Girls tutorials
cj
I was looking for others beside this and Django Girls tutorials
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django
Vicky
👍🏻
cj
those are the 3 I can recommend you. 1. Official tutorials 2. Django girls 3. MDN
licensed
hello. i had override error_messages variable in my form. How can call this error (invalid) in my views? Some like util.ValidationError()?
licensed
How did u override those messages ? Share your code so we can help u in a better way
with error_messages variable, like i told. https://dpaste.de/u7Pt
licensed
I would like some moment at my views call some error messages in my form. How can i do this?
cj
Add djangobook.com too
added to my notes
Anonymous
Any django dev who can help me in my current project?
Anonymous
We agreed to be getting some percentage of every transaction through the site
Francisco André
How can I solve this error ERROR/MainProcess] Received unregistered task of type... in my integrations Celery and Django? I'm start Celery with log level DEBUG and my tasks no appear into tasks list of Celery...
Rammy
Hey guys Rabbitmq refuses to start server on my windows computer... cannot connect to host
Krunal
How to render model data in HTML table?
Krunal
Want to create table dynamic
Krunal
Like Gridview
cj
🤔
cj
{{form}}
{{ form.as_table }} will render a form using <tr> and <td> tags, but it's a form, OP wants to show data, not ask user to input data, if I'm not wrong 🤔
cj
🤔🤔🤔🤔🤔 I'm completelly lost in this thread... OP didn't mention AJAX, nor forms 🤔 I need to stop drinking in work time 😅
Gopi
Can some one help me with this error
cj
Can some one help me with this error
show you code of post_list.html and don't post a photo of screen again
cj
You mean url of code
can you see what is under Error during template rendering? it's telling you where the error is being raised 🤷🏻‍♂️
Gopi
Unable it fix it
Gopi
Need help on that
cj
🤷🏻‍♂️ I tried to help you.... 🤷🏻‍♂️
Gopi
Error is in html
Gopi
It says % url post_details post.id%
Gopi
This is the error I am facing
iwalkalone
Hello, I have just started with django. Would need some suggestions to solve the following: I have some python script which iam running on CLI which takes input as a URL and then the same python script generates a text file and saves it in the same directory where i have that python code. I would like to use this python script as as an app on my django project. So, that when a text file is generated iam planning to get a slack notification from the application regarding the same. Thanks in advance and any suggestions would be really appreciated.
Gopi
🤷🏻‍♂️ I tried to help you.... 🤷🏻‍♂️
New to Django so unable it get how to fix this issue
Erick
Gopi you're trying to use a non registered url that's why the error happened, upload the code of your urls.py file so we can help you, use a pastebin like service to upload the code
Gopi
Thank you Erick
sergio
I have a question about django, when I run python manage.py loaddata file.json overwrites the record in case the primary key is in file.json or the database persists?
Maz
[Django: Where does the application start ? | ImportError] is good,have a look at it! http://k4ml.me/posts/django-where-does-the-application-start.html
Maz
Show your urls.py
cj
do not post photos of screen
cj
use a proper tool
Dipe
do not post photos of screen
Hmm,what proper tool??
cj
Hmm,what proper tool??
share code in hastebin.com or use screenshot tool of your OS
Maz
use a proper tool
Relax. Have a beer. De-stress.
cj
Relax. Have a beer. De-stress.
his last photo wasn't clear enough to read either🤷🏻‍♂ and there are rules in the group
Anonymous
is it possible for me to use "upload_to" in files, and configure to send to another server? What do I research to do this? and how can you do this with whitenoise? I was seeing about it to serve static files, but it is not possible to do this integration
Anonymous
Yeah, i read an article about django storage + S3
Anonymous
another thing I want to know, the Wagtail CMS framework is better than Wordpress? better in the sense of architecture, functionality, ease, documentation and things like that. Now in extensions, I know it does not come close, because wordpress has the infinitely larger community. And I'm not having the time to learn php and wordpress just to make that comparison. But depending on maybe I go with php for its possibilities of much bigger jobs.
Anonymous
ps: i read about streamfield and stream block for code (with JS lib for styles), and i love it
Luis
Hi guys! I'm using DJango forms and crispy-forms and want to add a "search option" into "select html tag". Any idea?
vijin
Hi friends anyone know about Django custom middleware please send the example file to me that not working on my project
Luis
Hi guys! I'm using DJango forms and crispy-forms and want to add a "search option" into "select html tag". Any idea?
I solved my problem just using jquery plugin. But there is multiple "autocomplete" django apps using ajax, etc.