Project

General

Profile

Statistics
| Branch: | Revision:

root / crm / crm / settings.py @ 7cc67b05

History | View | Annotate | Download (5.18 KB)

# Date Author Comment
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/