George Tantiras
George Tantiras
#### Describe the bug Letsencrypt fails renewal due to webroot not beeing set. ``` # journalctl -n 100 -u snap.nextcloud.renew-certs -- Logs begin at Wed 2019-10-23 00:44:10 EEST, end at...
https://github.com/SmileyChris/django-countries/blob/48f17b45c76cda200bc2621e09a7dc4babdaa32f/django_countries/fields.py#L5 The above line causes the `DeprecationWarning`. According to [setuptools docs:](https://setuptools.pypa.io/en/latest/pkg_resources.html) > Attention > > Use of pkg_resources is deprecated in favor of [importlib.resources](https://docs.python.org/3.11/library/importlib.resources.html#module-importlib.resources), [importlib.metadata](https://docs.python.org/3.11/library/importlib.metadata.html#module-importlib.metadata) and their backports ([importlib_resources](https://pypi.org/project/importlib_resources), [importlib_metadata](https://pypi.org/project/importlib_metadata))....
Django-3.1 django-celery-results==1.2.1 python-3.8.5 ```python $ ./manage.py migrate Operations to perform: Apply all migrations: admin, auth, contenttypes, django_celery_results, redirects, sessions, sites, ... Running migrations: No migrations to apply. ``` However, after...
### Expected behaviour Subclass `AbstractUserSocialAuth` in my app and create a migration in my app folder. ### Actual behaviour A migration is created in `social_django/migrations` folder. * `schema` is a...
A new major release of pydantic is published. There is a migration guide too: https://docs.pydantic.dev/latest/migration/ Will there be an upgrade or will pull requests be accepted?
https://github.com/dev-sec/ansible-collection-hardening/blob/db998ef8c5266a274b1fbfb4d7540186fb48c738/roles/os_hardening/templates/etc/security/faillock.conf.j2#L52 I just hardened my Debian 13 server and got locked out due to failed ssh attempts from bots. * I use `fail2ban` to ban those IPs. * I have...