-
Clarifai, Inc
- India
- nitinbhojwani.github.io
- in/nitinbhojwani1993
Pinned Loading
-
jsocol/django-ratelimit
jsocol/django-ratelimit PublicCache-based rate-limiting for Django
-
dastergon/awesome-sre
dastergon/awesome-sre PublicA curated list of Site Reliability and Production Engineering resources.
-
pep8-checker
pep8-checker PublicPython Script to : Check syntax and lint the python code based on PEP8 standard and Auto-correct according to PEP8 standard and remove .pyc files
-
Django - Send a Mail with Attachment...
Django - Send a Mail with Attachment File like CSV 1# Import EmailMessage class - https://docs.djangoproject.com/en/1.9/topics/email/#django.core.mail.EmailMessage
2from django.core.mail import EmailMessage
3email = EmailMessage('... Subject ...', '... Body ...', 'from-email',
4['to-email-1', 'to-email-2'], ['bcc-email-1', 'bcc-email-2'])
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.