Anonymous
Im front end designer
Anonymous
I tried php but it is hard
Anonymous
So looking for new backend
Mirco
What did u answered
I told ya it will have a brilliant future
Rohan
Im front end designer
What tech stack do you use for frontend?
Anonymous
Ah like html css
Anonymous
Js and jquery some times
Rohan
Well
cj
jQuery will never die! ❤️ /s
Rohan
Django is good and is open source, it's being actively developed
Rohan
Recently released LTS
Rohan
So there is future ofcourse
Anonymous
in django i am learning api but i got some error https://pastebin.com/mhK2Qc15
Rohan
If it were a dead fish, you wouldn't have heard of it anyway.
Rohan
Well, the traceback says the table you're trying to query doesn't exist
Anonymous
python manage.py shell
Rohan
And ?
Anonymous
Hi xD
$whoami
in django i am learning api but i got some error https://pastebin.com/mhK2Qc15
q = Question(question_text ="What's new?" , pub_date=timezone.now()) * you need to add a comma*
Anonymous
check this https://pastebin.com/h01beSBk
Anonymous
maybe there are some mistakes
Anonymous
Rohan
Lts means
Let me 🔎 Google that for you: 🔎 LTS meaning
Rohan
Well, if you're too lazy to google, the future hardly matters
Anonymous
Let me 🔎 Google that for you: 🔎 LTS meaning
Okkk i just installed django created my first app if i have any doubtiwill post here is it ok
Rohan
Given you did basic research, yes you can post your doubts here
Rohan
Finding solutions on your own will not only make you feel better but will also make you better
Rohan
Now I see why telegram blocked them. So annoying.
Anonymous
Given you did basic research, yes you can post your doubts here
Okk one small doubt can we make cms in django
Rohan
Why are you?
Cuz I was born.
Rohan
That's one weird question to ask
Doragonsureiyā
Looks like you need an offtopic group, please continue this conversation at @PythonOfftopic
Rohan
Use offtopic for your weird queries.
Anonymous
/?
Anonymous
Hey, I working on blog application and want to add tag field in the createblog Form. I have created a blog and a tag modal which are related to each other by Foreign key. So please suggest me how I can take multiple tag input in the form(which widget I use ) and how to save it in the database. suggest me any project link if available.
Ajay
Django-2.2 Tutorial: https://www.youtube.com/playlist?list=PLlWVb5gnhtmYfmwuYsNpl2V8R37Bb2BPF
Anonymous
Mirco
I checked many websites but didn't find tag feature in blog
https://ruddra.com/posts/make-a-blog-using-django-part-1/
Anonymous
How to use jQuery Mobile with Django?
cj
How to use jQuery Mobile with Django?
just like any other JS library 😉
Anonymous
just like any other JS library 😉
Just inserting the is links
Anonymous
But I found django-jqm library
Anonymous
How can I do it what that
KdEE
Good people, could you help me with a problem please, how can I bring new attributes from a listview (different information for each item in the list)
Muhiz
Pls I am new here o
Muhiz
Is Django an app to execute python programs
Anandababu
Hi All, Can anyone help me on how to connect SQL server db from Python script.?
Anonymous
Settings.py for the connection info then write models in models.py check the documentation for selects and update statements. You don’t need to use Django forms if only interacting on python scripts
Ярик
hey guys, im new with django recently got a project but stucked on some poit and have a lot of questions who can help, pls dm me
entropy
Good day everyone! Please help me, I want to display the response time (average or fastest) of different coutries (ip) to my website. Is there a module for this? Thanks!
Mesut
hey guys, im new with django recently got a project but stucked on some poit and have a lot of questions who can help, pls dm me
One day; I'm gonna learn enough to say, "I'il help you."💪🙂
Firdaus
hey guys, im new with django recently got a project but stucked on some poit and have a lot of questions who can help, pls dm me
I think the fastest way to get response is to directly ask your questions in here. Use codepile.net, dpaste.de, hastebin.com, pastebin.com etc for sharing code. Who knows the answer and wants to answer will answer.
Ярик
the problem is the project i do is a doctor report application the report has a table view and the table data has to be stored in a db i'm not sure how to organize my project because there are identical tables that are have to be filled with reports of different doctors
Shubham
Hello guys, Im trying to delete user from the admin in django
Shubham
ProgrammingError at /admin/users/customuser/
Shubham
Im getting
Anonymous
Check if the user it foreign keyed somewhere, maybe in a customuser table?
Ярик
guys, does someone know how to make dependency between input field and output in a template to make it change its color?
Ярик
for example i have an input form and if i enter 1 in form field it will be displayed with yellow bakground, but if i enter less than 1 it will be displayed with red background
Anonymous
Id use is
Ярик
got you
Ярик
tnx
Ярик
but can i make it with a django variables and statements in a template?
Ярик
can you show me how to do it?
Mirco
Send your variable via context and inject js using script tag
Ярик
okay