Re: static files not getting served

2021-12-05 Thread Adriano Machado
Hi, Heroku and SQLite do t match. Read this: From: https://devcenter.heroku.com/articles/sqlite3 SQLite runs in memory, and backs up its data store in files on disk. While this strategy works well for development, Heroku’s Cedar stack has an ephemeral filesystem

Re: group

2022-09-28 Thread Adriano Machado
please add me +5567992636781 Em qua., 28 de set. de 2022 às 08:23, bode moses escreveu: > please add me +2347034510718 > > On Wed, Sep 28, 2022 at 7:42 AM Armaan Alam > wrote: > >> Add me +919973884727 >> >> On Wed, 28 Sep, 2022, 10:29 am Julio Cojom, >> wrote: >> >>> This shit again, STOP IT.

Re: Looking for a Learning Buddy

2023-10-16 Thread Adriano Machado
Dear Shailesh, I was unaware that our group had the magical ability to irritate people so effortlessly! If the avalanche of emails is cramping your style, may I introduce you to the marvels of the 'Delete' or 'Next' buttons? They're groundbreaking! As for 'time-passing' in the group, you should k

Re: Django hosting

2023-10-16 Thread Adriano Machado
Ah, filtering by month using Django's ORM and the `DatetimeField` should generally work with the query you've provided: `MyModel.objects.filter(date_field__month=10)`. However, you mentioned that it's not working as expected. There could be several reasons for this hiccup, so let's explore a few: