Anonymous
What's github ?
Deep
projects are uploaded on it
Doragonsureiyā
What's github ?
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box write down the same words you asked here Step 4: Read the firsts results
Deep
i m also new so need some help
Doragonsureiyā
i m also new so need some help
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
Anonymous
K. Thanx
Mirco
K. Thanx
don't abuse of bot commands
Anonymous
What is !meta anyway ?
Anonymous
Or bot cmds as u say. ?
Mirco
yes
Anonymous
What are bot commands ?
Manoj
How to use Jinja in PyCharm can anyone tell
Mirco
What are bot commands ?
something you can use to report users to admins for example
Doragonsureiyā
How to use Jinja in PyCharm can anyone tell
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box write down the same words you asked here Step 4: Read the firsts results
Deep
its urgent so anyone's help will be appreciated
Doragonsureiyā
its urgent so anyone's help will be appreciated
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
deadspy
You can use br tag.
did not worked.
Mehmet
Can you paste your code with a paste tool and tell your main problem and objective again?
deadspy
okay.
deadspy
giving list to ajax
deadspy
html
deadspy
here the \n should leave line..
deadspy
leave*
Mirco
!paste
Doragonsureiyā
To share code or error tracebacks please use an online pasting service, here is a list of suggested sites: - https://del.dog - https://dpaste.org - https://linkode.org - https://hastebin.com - https://bin.kv2.dev
Kushal
Suggest me some Oodo in django tutorials
Gil
about django-allauth. I would like to use oauth, google for example. Imagine I have 10 users with their email address configured. By default django-allauth do a singup, i want a sign in. agreee signup if email doesn't exists before. I'm searching for that..... if anyone have experince in that?
Anonymous
django tutorials
Yusniel
Hi, is there a dynamic reporting engine for django? I need to generate dynamic reports from my models but I can't find any app or library suitable for that. Any advice?
Yusniel
maybe it's Sentry
I'm looking for dynamic reports for my users. Something like a dashboard. Maybe I'm wrong, but Sentry is for error reporting?
KK
can anyone share links to refer for creating chat bots using python, django and react js
cj
Suggest me some Oodo in django tutorials
that doesn't make sense... give more context and details about what your really want to do
cj
Odoo is one totally different thing... and Django is another totally different thing
Archie
I'm looking for dynamic reports for my users. Something like a dashboard. Maybe I'm wrong, but Sentry is for error reporting?
ye, you are right, for reporting u can use Graphana project. It's ready solution for django and very easy in using
ozxx
hey everyone i m new to django have read some documetation and also done some practical my problem - i want to implement an app for reminder of programming contests in which i want to use email as username and authentication while login so i search about it and i m confused coz there are many ways and also i want to store some user specific data like choices of user as boolean (platform name) this must be one to one and app have a login view and signup view how to use django built in features in it. Thanks in advance!
Anonymous
How can i deploy my blog app to aws ec2
Anonymous
Do i convert it into api?
Mehmet
You may use docker-compose to deploy easily, or maybe you can think about deploying on elastic beanstalk? There are a bunch of tutorials if you google it.
-_-
anyone can help me in query relationship?
-_-
here's the scenario: I have a profile model with relation to user as onetoonefield. class Profile(models.Model): user = models.OneToOneField(User, on_delete=models.CASCADE) firstname = models.CharField(max_length=200, null=True) lastname = models.CharField(max_length=200, null=True) ... and now i want to filter all profile data that belongs to specific group in auth_group using the User.
Mehmet
Profile.objects.filter(user__groups__id=1)
Mehmet
You need to use id lookup after groups in order to leverage join between user and groups
-_-
Thank you so much, im just a noobie guy in django web. i recently migrated from php to python
Mehmet
That should be a manytomany connection as I remember. manytomany and reverse ForeignKeys need explicit lookup.
Mehmet
You are welcome.
ZK
Why my bash console in virtual env is unable to detect my changes in the model.. I'm using pythonanywhere
ZK
Plz help
Anonymous
Anyone know about password reset email
saran
Anyone know about password reset email
https://pypi.org/project/django-password-reset/
Anonymous
Good morning i want to store user history such as ip address,actions made in models , login info and logout info
y2j
What is use of Meta class in django
Vikas Singh
Any tutorial signup and login in django rest framework api build
Vikas Singh
??
Vikas Singh
Or any youtube
Vikas Singh
Video
Vikas Singh
Please tell
Vikas Singh
Tell me
Vikas Singh
No one tell
Vikas Singh
Any youtube video signup drf api build
Biswajeet
Watch "Django Rest-framework" on YouTube https://www.youtube.com/playlist?list=PLgCYzUzKIBE9Pi8wtx8g55fExDAPXBsbV
Vikas Singh
Signup and login api build
Anonymous
How to store the user log ip with logentry
tanuja
I'm making a project to crop images. But after selecting any picture, my modal is not loading. CN anyone help me