Anonymous
Im front end designer
Anonymous
I tried php but it is hard
Anonymous
So looking for new backend
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
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
Anonymous
check this https://pastebin.com/h01beSBk
Shiva
Anonymous
maybe there are some mistakes
Anonymous
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
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
Rohan
Anonymous
Anonymous
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.
cj
Mirco
Ajay
Django-2.2 Tutorial: https://www.youtube.com/playlist?list=PLlWVb5gnhtmYfmwuYsNpl2V8R37Bb2BPF
Anonymous
Mirco
Anonymous
How to use jQuery Mobile with Django?
Anonymous
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)
$whoami
Muhiz
Pls I am new here o
Anonymous
Muhiz
Is Django an app to execute python programs
apple
cj
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
Ярик
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
Mirco
Anonymous
Id use is
Ярик
got you
Ярик
tnx
Ярик
but can i make it with a django variables and statements in a template?
Mirco
Ярик
can you show me how to do it?
Mirco
Send your variable via context and inject js using script tag
Ярик
okay