
Join the premium Coding for Entrepreneurs course for a discount: http://bit.ly/1hArWFg
We setup new apps here. We also add Media Root, Static Root, Static Dirs, and Template Dirs files to the local_mini.py settings file
Edit profile
Introduction to Formsets and how you can use them in editing your profile
Add tab navigation to editing profile section
Update profile detail within your database -- ie, save the information.
Update the Navbar.
Add the Question app to start understanding users more.
Turn answers into a form with radio buttons. Save those answers.
Add pagination to questions page.
Allow users to give an importance level for each question.
Assign point values to a user's answer to questions. Add "match answer " model for creating a preferred choice.
Implement the matching function to have match % for users. Check Lecture Documentation for the code you will be "copying" into your project. A longer video is available to further explain what is going on.
More details about the matching algorithm. Video to be revised
Add a match app with a new concept: model managers.
Display suggested jobs based off of your matches.
improve job suggestions based off match percentage.
Update your template files to have better linking
Add a model to save job suggestions from matches.
Update links and default pictures for users.
An Introduction to Stripe's Subscriptions.
Add the Subscribe Template and Setup the initial part of the views for subscribe.
Using Jquery for Automatic Scrolling to content.
Improve the JQuery Scroll and Function.
Add a Stripe Payment Form and use JQuery to select which plan automatically.
How do you continously check that someone is an active member? use Django's middleware.
Use Built-In Django Signals to Create Stripe IDs on User Login.
Let's start building an internal messaging system.
Create the Views to see the Messages.
Compose a Direct Message within a View.
Turn a list of messages into messages have their own single message.
Improve the Inbox Layout
Add the ability to reply to direct messages.
Clean up the Reply
Update the inbox when you read Direct Messages.
Add stripe information to charge the customer.
Finalize Membership
Add "read" indication for when matches are looked at/seen.
Introduction to the Foursquare api.
Get menu items with the Locu.com API
Using the geopy library, we automatically find latitude and longitute of areas based on input data.
Start GeoLocator Django Project and do initial setup.
Implement the Locu API to have form search it within the Django project.
Implement the Foursquare API and Geopy to have a form search it within the Django project.
Create the Location App and Update urls file.
Add Twitter Bootstrap to your Project
Get Location details on each page using the Locu API.
Add the Google Maps API. See the supplemental material for the pdf "google_maps_javascript" for all the file details.
setup location details with foursquare.
Get Users' Location using Jquery/Javascript
Using Jquery to append the user's location to within the search form.
Update views to search based on User's Geolocation.
Updated: July 27, 2015
Build a Matchmaker (updated & expanded)
Computers are great for finding common interests between people. You will learn how to build your own website that matches people based off interests and questionnaires. We'll implement a subscription model (SaaS) on this one.
This is how billion dollar sites like Match and OkCupid were built...this one is adapting the same idea to a job site, it could be the start for your own recruiting empire.
Create a Geolocator (It's Happy Hour Time)
Build a web-based app to help find local restaurant happy hours for food/drinks. We will build a geo-locating service using Foursquare's API/Data and Google Maps.
Hint: you could use the landing page created in step 1 ascertain interest in an app like that this to test whether or not this in itself could be a business.