Skip to content

Latest commit

 

History

History
executable file
·
30 lines (24 loc) · 880 Bytes

README.markdown

File metadata and controls

executable file
·
30 lines (24 loc) · 880 Bytes

Description

This is a basic people system, developed for adcloud with a view to allowing the company to view photos and basic details of all people working at adcloud

Installation

  1. easy_install pip

  2. pip install virtualenv virtualenvwrapper

  3. pip install -r requirements.txt

  4. python manage.py syncdb

  5. python manage.py migrate

  6. python manage.py loaddata c9_sites.json adcloud.json 2012-03-22.json

  7. python manage.py validate

  8. python manage.py runserver_plus

Special Notes

The system makes use of a specific fork of the django-socialregistration app. This fork has added a nuber of process hooks to allow the user to specify particular user attributes from google (and other openid providers)

Deployment

A fabric file has been included fab deploy_live