Anonymous
Hi guys, what is especially need to know to create website?
Anonymous
😠
R
😠
There are many different ways to create website, so I think your question is incorrect, for such similar questions use google
Anonymous
What concepts of your site?
Particularly blogs.
niTRO
Hi guys, what is especially need to know to create website?
CSS is something you always need to know, but that's just a tiny part
Anonymous
I need one help for I saw some tutorials and apply password encryption but not working pasword encryption Any members have help me I need to working password encryption For python django 3.8
R
Particularly blogs.
I recommend you use WordPress for this
Anonymous
Okay thank you for your help.👏👏
Anonymous
I recommend you use WordPress for this
Have you created a website?
Anonymous
I need working example for password encryption and verification
R
Have you created a website?
Yes, I created sevral sites, essentially I'm a beginner
Anonymous
Some examples checked but no result
Konstantin
hello guys! is ok django for me, if i create site with pay for watch video next?
Anonymous
Any can help me
niTRO
Need Django help: How do I access attributes of a subclass for list_display in admin.ModelAdmin ?
niTRO
Here is current admin.py
niTRO
https://pastebin.com/PLiUEjTy
niTRO
Here is current models.py
niTRO
https://pastebin.com/peajSZV2
niTRO
Current state of admin page
niTRO
what i want:
niTRO
Everywhere else(in views.py etc), object.course.session works fine but not there
Anonymous
But django 3.8 iam used
Anonymous
I dont understand
Anonymous
i think people who know you didn't understand are offline.
Anonymous
Okay👍
niTRO
So basically, there is a coursereview object. And another object course is related to former by models.ForeignKey; how can I show an attribute object.course.session in the admin page?
Jon snow
When making DEBUG =FALSE and deploying to heroku ,gives a 500 error,any solutions?
raven
check logs there you might get whats going wrong
Jon snow
Okay
محمد
Hi guys
محمد
Can you help me about pyenv
محمد
What is it ?
محمد
What do it
Jon snow
Virtual environment I think
محمد
....
Anonymous
What is it ?
first Google results..
George
....
!english
Doragonsureiyā
....
Hi! This group is English-only. Please, translate your message into English or move to a group speaking your language. Thank you.
George
Can you help me about pyenv
Let me 🦆 DuckDuckGo that for you: 🔎 pyenv
Anonymous
hey i add created a templates folder in root directory & need a new folder in templates is it okay ?
George
hey i add created a templates folder in root directory & need a new folder in templates is it okay ?
https://django-project-skeleton.readthedocs.io/en/latest/structure.html
George
https://django-project-skeleton.readthedocs.io/en/latest/structure.html
i dont know why dont we promote this but its ULTRA ducking NEAT
cj
@c0x6A
I guess django-cookie-cutter is better
Mirco
I guess django-cookie-cutter is better
Me too template of William Vincent as well
George
George
I guess django-cookie-cutter is better
but the name isnt really explicit for me :(
cj
but the name isnt really explicit for me :(
because you have to know what's cookie-cutter first 🤷🏻‍♂
Anonymous
https://django-project-skeleton.readthedocs.io/en/latest/structure.html
how many secrets do you all hide and why I don't i get it
George
how many secrets do you all hide and why I don't i get it
its a sample of how a structure of a whole project should look like
George
because you have to know what's cookie-cutter first 🤷🏻‍♂
i see its like more cooked than just the skeleton thing
George
I guess django-cookie-cutter is better
https://github.com/pydanny/cookiecutter-django
cj
i see its like more cooked than just the skeleton thing
yes, but you can see it has a better skeleton
George
the celery thing sold me this project
George
now that you are here, what do you recommend to creating and droping jobs with a temporary database
Anonymous
wdym?
this only skleton how django projects looks like right?
Alberto
Hi, I nees help. I'm trying to implement some asynchronous tasks with celery and I'm stuck. Here is the code: pastebin.com/flNYmNmm In the original Python script I use asyncio library to do the task, but I need to implement it on Django, any idea about how to convert it and make it work? With the current script I get the error: There is no current event loop in thread 3
George
🤔🤔🤔wdym
i need to process images and i need to do a background job, for example with celery. and i would like to have a structure i can use and drop after the execution. for example i do a test image and i get some data, i would like to do the processing of the other images using that data
George
then just use celery 🤷🏻‍♂
can celery allow me to store a table for each temporary task?
cj
then just use celery 🤷🏻‍♂
for a temp database 🤔🤔🤔 sqlite maybe or celery+redis
George
for a temp database 🤔🤔🤔 sqlite maybe or celery+redis
mmmmmmm i meant if there was something preexistent for a simple job
cj
can celery allow me to store a table for each temporary task?
you can use a model too if you want to save some 💩 from a celery task
George
i could add a jobs module in my database but it doesnt need to be in it
George
you can use a model too if you want to save some 💩 from a celery task
yes, it would be more consistent i guess but i really need it to be a local thing
George
you can use a model too if you want to save some 💩 from a celery task
or if i distribute work in multiple machines it would be better this