savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. 6


From: Sylvain Beucler
Subject: [Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. 68db29c843a78725a30c5b94884c7b9608e1daee
Date: Fri, 19 Feb 2010 11:58:58 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Savane-cleanup framework".

The branch, master has been updated
       via  68db29c843a78725a30c5b94884c7b9608e1daee (commit)
      from  a7d5728ca87c0ca62e3b1e5cc2fed2cf1eb84000 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/savane-cleanup/framework.git/commit/?id=68db29c843a78725a30c5b94884c7b9608e1daee

commit 68db29c843a78725a30c5b94884c7b9608e1daee
Author: Sylvain Beucler <address@hidden>
Date:   Fri Feb 19 12:59:15 2010 +0100

    Document a few Django features to consider for the near future

diff --git a/doc/DJANGO b/doc/DJANGO
new file mode 100644
index 0000000..4fe358b
--- /dev/null
+++ b/doc/DJANGO
@@ -0,0 +1,26 @@
+Stuff of interest:
+
+- There's a way to delegate authentication to Apache:
+  
http://docs.djangoproject.com/en/dev/howto/auth-remote-user/#howto-auth-remote-user
+
+  This is a good thing, and we probably should have a look at it, in
+  the prospect of similarly supporting authentication for other
+  applications.
+
+- Django does not offer user registration by default, but
+  django-registration fills the gap:
+  http://bitbucket.org/ubernostrum/django-registration/
+
+  Note that django-registration creates a normal user.  Either we
+  modify it to create an ExtendedUser too, or we may adapt our code so
+  that any normal user (created by django-registration, or maybe also
+  imported from another Django app) gets promoted to ExtendedUser;
+  this could be done using a middleware, or by replacing our
+  "get_object_or_404(ExtendedUser, pk=request.user.pk)" calls with
+  something that actually creates the ExtendedUser if the user is just
+  a basic user.
+
+- As for 2010-02 Django 1.1 does not have a messaging framework for
+  anonymous users (only for logged-in users), but this will change in
+  Django 1.2, planned for 2010-03:
+  http://docs.djangoproject.com/en/dev/ref/contrib/messages/

-----------------------------------------------------------------------

Summary of changes:
 doc/DJANGO |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
 create mode 100644 doc/DJANGO


hooks/post-receive
-- 
Savane-cleanup framework




reply via email to

[Prev in Thread] Current Thread [Next in Thread]