Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 569 Bytes

README.rst

File metadata and controls

18 lines (14 loc) · 569 Bytes

Django Roommate Search

Overview

A django app used to search for a roommate. Each user creates a profile and can then search other profiles to find the ideal roommate.

Requirements

  • Django 1.3 - Django roommate search uses class based views
  • Django messages
  • In INSTALLED_APPS, put django roommates before django messages to use the override templates. These templates change django usernames to profile screen names for a degree of anonymity.