Fábio C. Barrionuevo da Luz

Results 174 comments of Fábio C. Barrionuevo da Luz

@ryanbourdais, any update on this? Circle-ci does not provide a way to invalidate the cache other than simply renaming the cache key, because of that, I need an easy way...

This project is very easy to upgrade... To a more bigger codebase, maybe django-codemod can help: https://github.com/browniebroke/django-codemod/ ``` pip install django-codemod djcodemod run --deprecated-in 2.2 --deprecated-in 3.0 --deprecated-in 3.1 $(pwd)...

cookiecutter-django implements a custom user (although it makes some decisions that fall outside the django standard, like having a name field instead of `first_name` and `last_name`, since the `first_name` and...

this issue can replace and/or close #31

Thanks for the info. I didn't know mihon The stupid way I think this could perhaps be implemented is in Suwayomi's Android app, where we can access something like the...

@Josh5 What did you mean by `always need to select the profile each time`? What profile?

My comment may not be directly related to the DEP and out of scope, but I'd like to mention it because implementing this DEP maybe could impact the code currently...

It is possible to reduce the download size a bit by limiting the clone depth, by adding the `--depth 1` on the git clone command. Today, this resulted in 4.35GB...

[Django 5.1 removed support for PostgreSQL 12 or lower,](https://docs.djangoproject.com/en/5.1/ref/databases/#postgresql-notes) so we will need to remove them as a result. It means changing: https://github.com/cookiecutter/cookiecutter-django/blob/bb6e4085c7c4dcfa52a7232c992acaf618c17945/tests/test_cookiecutter_generation.py#L62-L66 https://github.com/cookiecutter/cookiecutter-django/blob/bb6e4085c7c4dcfa52a7232c992acaf618c17945/cookiecutter.json#L21 https://github.com/cookiecutter/cookiecutter-django/blob/bb6e4085c7c4dcfa52a7232c992acaf618c17945/README.md?plain=1#L54 https://github.com/cookiecutter/cookiecutter-django/blob/bb6e4085c7c4dcfa52a7232c992acaf618c17945/README.md?plain=1#L131-L136 https://github.com/cookiecutter/cookiecutter-django/blob/bb6e4085c7c4dcfa52a7232c992acaf618c17945/docs/1-getting-started/project-generation-options.rst?plain=1#L66-L73