Project

General

Profile

Statistics
| Branch: | Revision:

root / crm / crm / settings.py @ master

History | View | Annotate | Download (5.18 KB)

# Date Author Comment
4f824e14 05/13/2013 03:19 PM Thomas Mullins

Added new view roboauthall

It returns bitmask of all tool permissions for a given user

e0657267 03/22/2013 09:45 PM Thomas Mullins

Added add_card_event view and made some minor changes to models

7646a522 01/05/2013 07:07 PM Julian Binder

added admin interface.

03f9c52d 01/03/2013 11:00 AM Julian Binder

Finished defining models. Also added function to create RoboUser
instances. Also modified settings to look for RoboUser as the default
user class.

988e217a 12/27/2012 07:22 PM Julian Binder

created new app roboclub crm. I will be working on user authentication and
the user model

d1a4905f 12/27/2012 04:09 PM officers

added south for database migration

1a305335 12/27/2012 01:51 PM officers

initial commit of virtual python enviornment and django project. this should
create a fully reproduceable devolopment enviornment. for info see
www.jeffknupp.com/blog/2012/02/09/starting-a-django-project-the-right-way/