aaron
7c10fc5e39
[svn r8231] Add user registration and user profiles.
...
Used modified versions of django-registration and django-profiles , both on bitbucket.
The Person model is now set up as the profile for auth.User s.
I set up a requestcontext so that settings is automatically passed to every template, no need to repeat ourselves in views. However, this needs to be refined: I will soon change it to only pass a subset of settings. E.G. we do not need to be passing the DB login and password!
2009-01-30 00:02:03 +01:00
julian
820564de79
[svn r8170] Changed admin media prefix and enabled smart slash adding
2009-01-17 21:35:13 +01:00
aaron
4e1b4684cd
[svn r8087] Try and sort out settings mess.
2008-12-09 05:48:56 +01:00
aaron
6b1555f867
[svn r8082] Remove MEDIA_ROOT from settings.py because it belongs in local settings, and comment out urlconf line for unfinished edit form which I haven't checked in.
2008-12-08 06:10:45 +01:00
aaron
97332b8103
[svn r8081] Added cave and logbook search, collapsible footer navbar, useless statistics page. Also fixed broken css. Toying with forms but not committing those yet.
2008-12-08 05:28:03 +01:00
julian
5f18df3822
[svn r8068] going back now works
2008-11-07 03:30:53 +01:00
julian
e8b493d070
[svn r8067] remove nonasc
2008-11-07 03:25:00 +01:00
julian
223a32a5db
[svn r8055] Moved template directories to local settings
2008-11-03 00:18:55 +01:00
aaron
6b91da5b60
[svn r8049] Settings.py now references localsettings.py, which is kept outside of SVN and is specific to each machine.
2008-11-02 05:18:41 +01:00
julian
233f376608
[svn r8047] more parsing back to 2002
2008-10-31 15:43:57 +01:00
aaron
8bfa77583e
[svn r8042] Add QM model. Note that I had to put models_logbook into models cave because it referred to models from both. Will try to split them back up, should be possible.
2008-10-28 23:21:35 +01:00
julian
7dc74cf94c
[svn r8038] add personindex templates
2008-10-27 01:36:06 +01:00
julian
8bccfd9ed8
[svn r8034] Initial troggle checkin
...
This is a development site using Django 1.0
2008-10-26 22:04:06 +01:00