2026-02-24 13:24:56 +00:00

1.4 KiB

Social Network Starter Kit

Image

Django app designed to help bootstrapping a social networking website.

  • Custom User Model
  • Facebook Login
  • Image resizing with ImageKit
  • Basic Profile Views
  • Bootstrap 3

Getting Started

Installation

Image

  • Add your Facebook App credentials to settings/base.py
SOCIAL_AUTH_FACEBOOK_KEY = '********************'
SOCIAL_AUTH_FACEBOOK_SECRET = '********************'
  • Install requirements
brew install postgresql
brew install postgis
pip install -r requirements.txt
  • Run migrations
./manage.py migrate
  • Start dev server
./manage.py runserver localhost:8000

3rd Party Apps/Libraries/Plugins