- Standard Django Registration
- Facebook Login Integration
- Personal "Profiles" where you can set information about yourself
- Upload Photos to Profile
- Set already-uploaded photo as Profile Picture
- View other profile's Information and Wall
- Post to your own Wall
- Post to another profile's wall
- Comment system for all Wall Posts
- Simple Search for finding Other Profiles
App Secret: ****
url: ****
App ID: *****
-
virtualenv --no-site-packages --distribute /path/to/env
-
source /path/to/env/bin/activate
-
pip install -r requirements.txt
-
define outsourced-demo.com in you /etc/hosts (used for facebook login integration)
$ sudo vi /etc/hosts
127.0.0.1 outsourced-demo.com
-
Set EMAIL related settings in local_settings.py
-
python manage.py buildwatson
-
python manage.py installwatson
-
python manage.py runserver