Python – Email Server
If you’re developing an email feature, you can use python smtp debugging mail server for local testing purpose. It can save you time.
If you’re developing an email feature, you can use python smtp debugging mail server for local testing purpose. It can save you time.
This tutorial show how to use MAMP or MAMP PRO configure vhost running python flask with virtual environment.
Troubleshooting Starting MySQL failed To check any backend process running then kill it manually. ps aux | grep mysql themeforest
This tutorial show how to send email with images render properly.
There is a problem when generate pdf with images using xhtml2pdf library. It took me quite some time to resolve these issues.
The reason of direct instantiate object SQLAlchemy may cause unexpected result to reflect your data. For instance if you’ve configure the following idiom, It will caused the result that not reflect from your database.
If you’re using blueprint, and custom configuration for the routing, here is the place you can register your 404 handling.
Remove from cache and add into gitignore files. Annoying issues modified: ../my-core/.settings/org.eclipse.wst.common.project.facet.core.xml modified: src/main/resources/logback.xml modified: src/main/resources/sandbox/persistence.properties Use follow commads to remove from cache git rm –cached .project git rm –cached .classpath git rm –cached -r .settings Example git rm –cached
AWS CLI Install pip install awscli Start DB When doing local testing, made sure to add the flag -shareDd, otherwise it will show you the ResourceNotFoundException when your application attempt to operate with dynamoDB. java -Djava.library.path=./DynamoDBLocal_lib -jar
This article show you how to setup lombok with your STS/eclipse based IDE.