Андрей
😉
Anonymous
Oh..Vs code is awesome 😍
Now
So do I need to install python extension?
I think python plugin is already installed by default, u just need to install django extension
@TechOnline254
Corteis
I am starting with one project !! "library" of school , if someone want to join call me on pvt
MR_X
hello
MR_X
can anyone help me
MR_X
tell me website .. for .. templates
Anonymous
what type of templates?
MR_X
for html,cs,JavaScript
drunktimelord
for html,cs,JavaScript
creative-tim.com
MR_X
and
MR_X
some more
Martín
hello, I'm about to create a postgresql database for a simple django web application what should I consider when typing the CREATE DATABASE? I'm thinking about the encoding, collate, etc... Any advice?
cj
tell me website .. for .. templates
I've already told you to look up for Creative Tim some days ago... 🙄
Martín
XD
Martín
Default encoding is utf8 I suppose
Martín
And I should not worry about the rest then, should I?
Grigoriy
Hi, all. Does anybody use configparser in projects?
Muflone
And I should not worry about the rest then, should I?
Just make sure you don't need an explicit encoding. If utf-8 is enough for you you can leave the default
Jason
Social auth with django rest framework please guide.
Anonymous
Hello , which is best hosting for django website?
Mirco
Social auth with django rest framework please guide.
As always, use a Django third party app and pass to it a fallback url to complete
Jason
I am using allauth but what about data from api
Naveen
http://magicalmanblog.herokuapp.com/ any solution for this type of error
Naveen
Jason
What kind of data ?
When i hit allauth login api it asking only for some content.
Jason
Please explain it i am confused about it. How to intigrate django rest with allauth.
Mirco
Please explain it i am confused about it. How to intigrate django rest with allauth.
https://django-rest-auth.readthedocs.io/en/latest/introduction.html
Naveen
http://magicalmanblog.herokuapp.com/ any solution for this type of error
I resovled this ..and yeah it was related to migrations...thankyou @pyflare
Ghorz
But which way is it better to do it?
You keep asking questions, try all the methods, experience will tell you whats best.
Maz
I resovled this ..and yeah it was related to migrations...thankyou @pyflare
@pyflare should receive recognition in the group as the member with the most concise (and POLITE, considering the dicks trolling the groups) answers. @Ghorz running a close second. Good work folks. Cheers!
Isaías
good evening. I have to perform interaction on a list with 5,000 rows. I run using celery. It takes about 30 min. If another function is performed using celery prior to?
Maz
🙏🏻 Thanks so much!
No worries man. You literally held my hand through the finer points of lambdas and list comprehension. 👍
John
in django, is it possible to get the timestamp of the request i sent?. .
Ghorz
in django, is it possible to get the timestamp of the request i sent?. .
Check your request http request header or use timezone.
O
I have status column in my module so i want to fillter on click so get the list whoever having status is 1 from that column any help?
Ghorz
def get_status() : ...... path(........) On template button url button
John
I'am displaying a list value in my template, how can I remove the bracket and single quote ( [''] ) in my template? so that will looks good. .
John
I'am using jinja templating. .
Anonymous
TIA.
I didn't understand.
John
I didn't understand.
Thank you In Answer. .
Anonymous
Thank you In Answer. .
My pleasure. :)
Jason
SocialApp matching query does not exist
Jason
SocialApp matching query does not exist
I already assigned siteid 1
Jason
Than also this error is showing
Jason
Resolved.
Ghorz
Have you ever come across a complex Django Project you couldn't understand the code organisation. My top pick would be 'Saleor'
John
Is it possbile to use the function from other views?. .
John
Yes. Import the view
how? for example i have two apps: *dashboard *history how can I import the views of dashboard to history views? is it like this? from history.views import function_name is it correct?. .
@TechOnline254
Some times back I started learning few things about Django, but gave up coz did have the right path to start...but now I have, thanks to this group. I just joined yesterday and am already making some progress and reconnecting my previous knowledge. 👌👌👌👌👌👌
John
Sounds like a plan
what do you mean sir?. .
Денис
what do you mean sir?. .
I can’t check it right now. Why won’t you just try? What you showed me looks like a valid import
Jinu
hi all
Jinu
i hava a doubt
Jinu
how can we access the logged in user in djnago rest api