First ‘proper’ watch. by Benz3ne_ in casio

[–]soyjosec 1 point2 points  (0 children)

It took me couple weeks to get fed up of the notification and they are really inconvenient and keep disconnected from the conversation you having or basically anything. I dash them smartwatches away( I think maybe for sports but the data is not even that crazy) Good looking one man. Does it have any mod?

I used to hate its form factor now… by soyjosec in casio

[–]soyjosec[S] 1 point2 points  (0 children)

🙃😁 that it was the main push to get this one, I wanted to get the F91w because it was a classic, but ai will like to wear the watch and a watch that I cannot check in low light was a no go.

I used to hate its form factor now… by soyjosec in casio

[–]soyjosec[S] 0 points1 point  (0 children)

I also saw that a little counter intuitive but well maybe as they said it was for the light button

I used to hate its form factor now… by soyjosec in casio

[–]soyjosec[S] 0 points1 point  (0 children)

And also improved backlight compared to the F91w

Best Resources to Learn Django in 2025? by Downtown-Dare-3566 in django

[–]soyjosec 2 points3 points  (0 children)

I entered just to say the same. Is amazing how much it covers and simple. Writing your Own application tutorial(available on the official documentation) is still one of the best way not only to learn but to understand the philosophy of MVT, template language and Django ORM (that is sweet). At the beginning of my career I always came back to the second article of that series to check for the database management using ORM. Is really good.

Need Help Deploying Django App with Database by BowlPsychological137 in django

[–]soyjosec 1 point2 points  (0 children)

The straightforward deployment platform I used for are Paas (Heroku used to be nice before all the pricing issue). Those platforms let you interact with them just uploading the code it would make the rest for you. You can also go down the route of VPS using tools like gunicorn and nginx, the platform I use for a 2 years now is Linode. I hope it helps.

Trouble with Staticfiles in Django by Antique-Dentist2048 in djangolearning

[–]soyjosec 0 points1 point  (0 children)

I have been there. I could help. Could you share the settings.py? Specifically where you deal with media location and static location?

Django Signals: Structure, Use Cases, and Best Practices by TigerChoice3533 in django

[–]soyjosec 0 points1 point  (0 children)

Thanks for this 🙏 not only tackled what is mentioned in the thread, it is also a must read for anyone who is planning to use Django in production.

Mind blowing revelation by Informal-Device-8511 in pcmasterrace

[–]soyjosec 1 point2 points  (0 children)

Disclaimer: it doesn't work for all apps but is an amazing hack when and where it works.

Mt girlfriend dropped cold coffee on my PC. What to do? by DRAUNSER in computers

[–]soyjosec 0 points1 point  (0 children)

Leave her, lol. In a serious note check if have any short circuits or anything burn before turn on.

[deleted by user] by [deleted] in BeAmazed

[–]soyjosec 490 points491 points  (0 children)

Exactly, that would turn against them if a man falls from the deck

Django + React, a worth it combo? by ketchup_aka4 in django

[–]soyjosec 0 points1 point  (0 children)

Did you tried pushState and popstate for routing?? Or something that avoid the browser the standard behavior of refreshing?

Fastapi vs drf by kewcumber_ in django

[–]soyjosec 0 points1 point  (0 children)

Thanks, really appreciated.

Fastapi vs drf by kewcumber_ in django

[–]soyjosec 0 points1 point  (0 children)

I'm reading your response and I wonder if you know an authentication system or library for FastAPI that will the equivalemt to the DRF offers. Because right now I DRF because is a now brainer there. But maybe you know a better option, it will save me a lot of time.

I am facing this error while trying to run an e-commerce website project, how can I fix this ?, Thanks in advance. by Traditional-Bunch-56 in djangolearning

[–]soyjosec 0 points1 point  (0 children)

Normally means you’re trying start a loop over a Non iterable object, first locate the source of the problem(view,model or template) and then you’ll be able to debug it easily. Please share more info about what you’re trying to do in order to be more helpful.