Isaías
How used celery in ebs aws?
Isaías
Thanks.
Luciano
Hello, I need to search, filter and paginate a model. It seems that "django-datatables-view" integrates all what I need but I've been struggling a lot and couldn't make it work with Django 3.0.7 and Python 3.7.4. To make it worst, there is different versions of it and I'm kind of lost: https://github.com/morlandi/django-datatables-view/ https://bitbucket.org/pigletto/django-datatables-view/src/master/ https://github.com/jangeador/django-datatable-view/ https://github.com/peppelinux/django-datatables-ajax Do you suggest other solution that integrates search, filtering and pagination with ease? Thanks!!!
shahriar
Hello Guys! I'm trying to write a view that when I use this url : GET /market/product/list/?search=milk it'd give me the products which have a name filed = "Milk". The problem I have is when I use objects.GET.get('search',None) in view it will show me the products which have name Milk if I'd use this url : GET /market/product/list/?search="milk". Do you have any idea how can I solve this problem? Thanks
R.U.S.H.A.B.H
I want to make registered students can make a team for. Subject individually and team players cannot be used for another team in django with models ... any idea how to? Please if you got some share. ..
kambampati
How can i pass a parameter to a function in viwes.py from html file
KP
Yes u can pass for that u need to write js function
Vaibhav
How can i pass a parameter to a function in viwes.py from html file
Do you want to pass parameters of html forms. ?
kambampati
I will retrive all objects from database and display in html page And i want user to select a object and i want that selected object name or id dynamically in views page
Vaibhav
Ok....so first create a function in models.py
Murad
any one have major project in django for submit in college
Ghorz
any one have major project in django for submit in college
Research weaknesses or major in out that can better django. Implement it
Tapan
Any one know django and react mix tutorial Or project to start with ?
Mirco
Pradyum
Could anyone please solve this https://stackoverflow.com/q/64042995/7999665
Murad
Yes I have
please snd it to me
Anonymous
please snd it to me
What do u need it for?
Doragonsureiyā
Thank you, @pyflare
You're welcome! 😊
Murad
https://github.com/Akil1996
which one is project
Murad
Doing it by yourself ?
i dont have enough time to complete a project
kambampati
Ok....so first create a function in models.py
I have created class made migrations have data in database
Anonymous
guys, I want to click on the link that is on a page and be redirected to a word that is at the end of another page how do I do this in django?
Vitaliy
Use hash (#) part of the url in your link.
Mirco
i dont have enough time to complete a project
it's your business, do your homework
Akil
which one is project
https://github.com/Akil1996/Organic-Food-Store
Akil
which one is project
https://github.com/Akil1996/District-Development-Portal
Akil
which one is project
https://github.com/Akil1996/Online-notice-board-mail-supported
Murad
thanks
Akil
welcome
Anonymous
__init__
How to use select_realated in a multiple models
Lokendra
Getting an Operational Error saying 'no such table: main.auth_user__old'
Lokendra
https://dpaste.com/4J5N67TRF
Lokendra
Whenver I try to add new entry in products through admin dashboard
Lokendra
use makemigrations command
Tried this already
Lokendra
makemigrations and migrate
Lokendra
Whenver I try to add new entry in products through admin dashboard
Not facing any issues when creating object using shell
Akorede
Anybody familiar with django tenant schemas
Shyamkumar
Getting an Operational Error saying 'no such table: main.auth_user__old'
delete your all migration file except __init__.py then try makemigrations & migrate
Anonymous
Install virtualenv in your linux system
I used pip3 instead of pip and It warks properly
Deepak
Yes it will also work with python3 versions and abovr
Anonymous
Hi guys Good Evening I created am registration part but Those who are register that appears in admin part and getting mail activation code in admin part. But I want to get activation code to personal mail.
Anonymous
Guys some help me plz. dell 5491 i7. Who is that laptop is good performance wise / as programer
Anonymous
Is it good for programing?
Бунёд
Is it good for programing?
depends on what sort of programming u interested in
Anonymous
depends on what sort of programming u interested in
I expect high level program language Python. AI
Gio
hi everyone, how does django manage password length? cause I have been able to use passwords 16k chars long, while it should be limited to 4096 chars. Any idea? I am using django allauth
Jesus
Quick question, if I have my own smtp server (smtp.office365.com), can I send emails from my AWS EC2 instance? or do I need to pay to use AWS SES?
Shivam
Need DevOps person of 5 years experience
Jesus
You can use your own smtp server
Cheers, I was trying it but apparently AWS EC2 block the port 25 until I personally request they unlock it for me. That was the problem
M
There was a guy who posted for geeky shows video .it's really nice and I want to say thank you to him 👍
Anonymous
anyone wants upsize?
Doragonsureiyā
Please don't ask meta questions like: "Any user of $x here?" "Anyone used technology $y?" "Hello I need help on $z" Just ask about your problem directly! With a very high amount of people here the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Endless Life
anyone can tell what is this error? Reverse for 'detail' with arguments '('',)' not found. 1 pattern(s) tried: ['jobs/(?P<Job_id>[0-9]+)$']
Vitaliy
Is it your path named 'detail'? Then you have to provide it an integer number while reversing.
Pra
Hy I want to use Jinja in pycharm but there an error occur when i try to download the Jinja package in pycharm - Command errored out with exit status 1: I Tried to run the command - pip install --user Jinja from commmand prompt also ..but its not working .. and does not have content on youtube also ..help me .
Lugano
Hi guys, I want to specify height and width when uploading image using ImageField I tried using image =models.ImageField(upload_to = products ,height_field = '300', width_field = '300') Am getting an error 'Product' object has no attribute '300'
Lugano
I think you're giving it string rather its number
I tried a number i got type error getattr(): attribute name must be string
Roman
Hi guys, can you tell me the best admin CMS package in django ?
Roman
I can see django-jet is top, is it any good ?