Django FormMail Clone
Here’s a little nugget I just posted to
Django Snippets
. It emulates the behavior of an old Perl script I used way back when,
FormMail.pl
.
I often find myself needing to build a form whose contents get emailed …
Here’s a little nugget I just posted to
Django Snippets
. It emulates the behavior of an old Perl script I used way back when,
FormMail.pl
.
I often find myself needing to build a form whose contents get emailed …
The
newforms
library is a huge time-saver, but when I first started using it, I still found myself writing tedious repetitve code to get it to function how I wanted. While I could get away with it on smaller sites, …
We recently built and launched
CashOffersFast.com
. It gives people an easy, no-risk way to put their home up for sale. Pre-qualified investors can then make anonymous bids on any home listed with the site.
We worked very closely with …
I’ve been wanting to update my website for quite a while. It got to the point that I wasn’t referring people to my old site because it had become such a poor representation of what Lincoln Loop has evolved into. …
A few weeks ago, I released
Prudential Steamboat Realty’s new site
into the wild. It is my first (but not last) large site built in
Django
to go live. As usual,
ashwebmedia
did a great job on redesigning the site …
WordPress
, you seemed perfect at first. You saved me lots of development time, seemed to have a plugin for everything I needed, and a user interface that was easy for anybody to use.
The honeymoon has worn off though. …