blog.mrpau.com
django send email | Digital Adventures of Cyril Pauya
http://blog.mrpau.com/2013/09/django-send-email
Digital Adventures of Cyril Pauya. A programmer, husband, and father. September 3rd, 2013. Mail is sent using the SMTP host and port specified in the EMAIL HOST and EMAIL PORT settings. The EMAIL HOST USER and EMAIL HOST PASSWORD settings, if set, are used to authenticate to the SMTP server, and the EMAIL USE TLS and EMAIL USE SSL settings control whether a secure connection is used. Add this code to setting.py as your email account. ALLOWED HOSTS = []. EMAIL USE TLS = True. EMAIL PORT = 587. Subscribe t...
blog.mrpau.com
Credits | Digital Adventures of Cyril Pauya
http://blog.mrpau.com/credits
Digital Adventures of Cyril Pauya. A programmer, husband, and father. February 9th, 2013. I wish to thank the following for their direct or indirect help:. Jen and Kleng and Coleen! 8211; My beautiful wife and our two lovely daughters! June 20th, 2016 at 16:48 #1. I do not have a clue! July 3rd, 2015 at 04:25 #1. E-Mail (will not be published) (required). Subscribe to comments feed. Django create Function to delete all session. How to display contents of file in Ubuntu terminal. Triumph of the nerds.
blog.mrpau.com
General | Digital Adventures of Cyril Pauya
http://blog.mrpau.com/category/general
Digital Adventures of Cyril Pauya. A programmer, husband, and father. Archive for the ‘General’ Category. October 6th, 2011. I say good-bye to a great visionary, one of my idols in the computer industry. Http:/ www.telegraph.co.uk/technology/steve-jobs/8810743/Steve-Jobs-tributes-to-the-Apple-co-founder.html. Rest in Peace Steve Jobs. Thank you for making the world a better place to live in. July 9th, 2009. I have switched operating systems from Microsoft Windows XP with SP3 to Ubuntu Jaunty 9.04. If you...
blog.mrpau.com
Systems Administration | Digital Adventures of Cyril Pauya
http://blog.mrpau.com/category/systems-administration
Digital Adventures of Cyril Pauya. A programmer, husband, and father. Archive for the ‘Systems Administration’ Category. Screen your way on Ubuntu Linux. October 31st, 2010. We have plenty of experience deploying Django applications to remote servers, mostly on Webfaction. Django create Function to delete all session. How to display contents of file in Ubuntu terminal. Screen your way on Ubuntu Linux. Tin tuc 24h moi nhat hom nay. On How to Install Agilo on Trac at Webfaction. Triumph of the nerds.
blog.mrpau.com
Linux | Digital Adventures of Cyril Pauya
http://blog.mrpau.com/tag/linux
Digital Adventures of Cyril Pauya. A programmer, husband, and father. Posts Tagged ‘linux’. Screen your way on Ubuntu Linux. October 31st, 2010. We have plenty of experience deploying Django applications to remote servers, mostly on Webfaction. But the latest server we deployed to was a Debian Lenny VPS server. Since Ubuntu was of a Debian family, it’s been quite easy. The problem is if you have a reliable internet connection to the server half-way around the globe. August 14th, 2009. We were using Ubuntu.
blog.mrpau.com
Fix for JPEG upload problem in Django in virtualenv | Digital Adventures of Cyril Pauya
http://blog.mrpau.com/2009/12/fix-for-jpeg-upload-problem-in-django-in-virtualenv
Digital Adventures of Cyril Pauya. A programmer, husband, and father. Fix for JPEG upload problem in Django in virtualenv. Fix for JPEG upload problem in Django in virtualenv. December 2nd, 2009. I have been busy modifying Django. 8216;s models for a project to include a field for uploading an image and was testing the model using Django’s Admin interface when I suddenly got this error:. Upload a valid image. The file you uploaded was either not an image or a corrupted image. I then re-installed PIL on m...
blog.mrpau.com
Screen your way on Ubuntu Linux | Digital Adventures of Cyril Pauya
http://blog.mrpau.com/2010/10/screen-your-way-o-ubuntu-linux
Digital Adventures of Cyril Pauya. A programmer, husband, and father. Screen your way on Ubuntu Linux. Screen your way on Ubuntu Linux. October 31st, 2010. We have plenty of experience deploying Django applications to remote servers, mostly on Webfaction. But the latest server we deployed to was a Debian Lenny VPS server. Since Ubuntu was of a Debian family, it’s been quite easy. The problem is if you have a reliable internet connection to the server half-way around the globe. If they want to. C-a d = de...
blog.mrpau.com
Richard Amodia | Digital Adventures of Cyril Pauya
http://blog.mrpau.com/author/richard
Digital Adventures of Cyril Pauya. A programmer, husband, and father. September 3rd, 2013. Mail is sent using the SMTP host and port specified in the EMAIL HOST and EMAIL PORT settings. The EMAIL HOST USER and EMAIL HOST PASSWORD settings, if set, are used to authenticate to the SMTP server, and the EMAIL USE TLS and EMAIL USE SSL settings control whether a secure connection is used. Add this code to setting.py as your email account. ALLOWED HOSTS = []. EMAIL USE TLS = True. EMAIL PORT = 587. Def delete ...
blog.mrpau.com
django create Function to delete all session | Digital Adventures of Cyril Pauya
http://blog.mrpau.com/2013/08/django-create-function-to-delete-all-session
Digital Adventures of Cyril Pauya. A programmer, husband, and father. Django create Function to delete all session. Django create Function to delete all session. August 23rd, 2013. Definition: session stores data on the server side and abstracts the sending and receiving of cookies, Delete the current session data from the session and regenerate the session key value that is sent back to the user in the cookie. Use the “”delete session(request)”" Function name to delete session. Subscribe to comments feed.
blog.mrpau.com
Command | Digital Adventures of Cyril Pauya
http://blog.mrpau.com/tag/command
Digital Adventures of Cyril Pauya. A programmer, husband, and father. Posts Tagged ‘command’. How to display contents of file in Ubuntu terminal. February 20th, 2011. I always forget how to do this so I’m putting it here for my own reminder. When you are on Ubuntu’s terminal or shell, this is the command on how to display the contents of a file in Ubuntu:. Screen your way on Ubuntu Linux. October 31st, 2010. We have plenty of experience deploying Django applications to remote servers, mostly on Webfaction.