Skip to content

codingforentrepreneurs/launch-with-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Launch with Code

Launch with Code is a step-by-step guide to doing a email marketing pre-launch campaign just like SwiftForEntrepreneurs.com and LaunchWithCode.com.

Topics Discussed

Django Project (Back-End Web Framework) Basics: http://djangoproject.com Bootstrap (Front-End Web Framework) Basics: http://getbootstrap.com Launching on Heroku Hosting Service: http://heroku.com Email Collection Basic Social Sharing using HTML only IP Address & Spam Blocking

Upgraded Code

Lecture Code

Start Project

First View

Settings

Bootstrap

Django App

Using Forms

Change Models with South

Get User IP Address

Reference ID

Share Page

Middleware to Track Shares

Save Shares with Foreign Keys

Share Page Pt 2

Load Static Files in Django

Update Design

Share Page Pt 3

Use JQuery for Bootstrap Progress Bars

Background Image & Styles

Update Email Form Design

Prepare for Production

Launch with Code