1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv to manually rebuild the font cache
1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv to manually rebuild the font cache
| import logging | |
| import sentry_sdk | |
| from ratelimitingfilter import RateLimitingFilter | |
| from sentry_sdk.integrations.django import DjangoIntegration | |
| from sentry_sdk.integrations.logging import LoggingIntegration | |
| # Sentry | |
| sentry_logging = LoggingIntegration( | |
| level=logging.INFO, # Capture info and above as breadcrumbs |
Este archivo contiene algunas semánticas para los commits:
feat - A new feature
fix - A bug fix
docs - Documentation only changes
style - Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
refactor - A code change that neither fixes a bug nor adds a feature