Project

General

Profile

Statistics
| Branch: | Revision:

root / crm @ 51fc4957

# Date Author Comment
51fc4957 03/23/2013 12:03 AM Thomas Mullins

Removed migrations from repo

049ebb6e 03/23/2013 12:02 AM Thomas Mullins

Fixed Add User page error

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

Added add_card_event view and made some minor changes to models

e680f143 03/08/2013 06:45 PM Thomas Mullins

Removed a bunch of .pyc files

63244bd1 01/27/2013 04:57 PM Julian Binder

jeff made changes to model and added migrations

c40e056c 01/21/2013 05:01 PM Julian Binder

updated urls page.

66cc3ee3 01/21/2013 04:48 PM Julian Binder

added tool authentication system. It works!

7cc67b05 01/20/2013 04:37 PM Julian Binder

working on urls. views not working right

75228955 01/20/2013 01:26 PM Julian Binder

changed model to allow for hex rfid cards

314bdec9 01/20/2013 08:16 AM Julian Binder

added first attempt to do machine authentication

95250ecf 01/12/2013 12:50 PM Julian Binder

customizing user admin

7976b167 01/05/2013 11:31 PM Julian Binder

preformed database migrations to fix null issues

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

added admin interface.

663aed55 01/05/2013 03:16 PM Julian Binder

still trying to fix null

db843879 01/05/2013 03:10 PM Julian Binder

fixed not allowing null for db for dates

1094874a 01/05/2013 03:07 PM Julian Binder

Merge branch 'master' of ssh://roboclub.org/home/svn/tooltron

a048cd77 01/05/2013 03:07 PM Julian Binder

fixed issue with models for form validation. Allowed fields to be blank
that should be able to be blank.

bb0c65c6 01/05/2013 09:39 AM Julian Binder

added unicode functions to models

b2863bff 01/03/2013 07:18 PM Julian Binder

fixed a couple errors in the models.py. Then preformed a migration.

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.

cd771306 12/31/2012 05:36 PM Julian Binder

Updated user model

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/