[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. 5
From: |
Sylvain Beucler |
Subject: |
[Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. 59b0954efd82ef5c8467be04fa6b794bd845a6f8 |
Date: |
Wed, 29 Jul 2009 06:55:13 +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 59b0954efd82ef5c8467be04fa6b794bd845a6f8 (commit)
via b9c1b60d856b02df7a9028b4ff3c449a6a742e5d (commit)
from 26a9ecdc09c9dee69ea38aaf258bcc01274ede38 (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=59b0954efd82ef5c8467be04fa6b794bd845a6f8
commit 59b0954efd82ef5c8467be04fa6b794bd845a6f8
Author: Sylvain Beucler <address@hidden>
Date: Wed Jul 29 08:55:01 2009 +0200
Move the group list template to the right location
diff --git a/template/my/extendedgroup_list.html
b/template/svmain/extendedgroup_list.html
similarity index 100%
rename from template/my/extendedgroup_list.html
rename to template/svmain/extendedgroup_list.html
http://git.savannah.gnu.org/cgit/savane-cleanup/framework.git/commit/?id=b9c1b60d856b02df7a9028b4ff3c449a6a742e5d
commit b9c1b60d856b02df7a9028b4ff3c449a6a742e5d
Author: Sylvain Beucler <address@hidden>
Date: Wed Jul 29 08:54:35 2009 +0200
Disable contrib.sites
diff --git a/src/settings.py b/src/settings.py
index fddee0f..f67bc57 100644
--- a/src/settings.py
+++ b/src/settings.py
@@ -89,8 +89,10 @@ INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
- 'django.contrib.sites',
'django.contrib.admin',
'savane.svmain',
'savane.my',
+# Disabled: we're not using it currently, and there are issues with
+# login when no site is defined
+# 'django.contrib.sites',
)
-----------------------------------------------------------------------
Summary of changes:
src/settings.py | 4 +++-
template/{my => svmain}/extendedgroup_list.html | 0
2 files changed, 3 insertions(+), 1 deletions(-)
rename template/{my => svmain}/extendedgroup_list.html (100%)
hooks/post-receive
--
Savane-cleanup framework
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [SCM] Savane-cleanup framework branch, master, updated. 59b0954efd82ef5c8467be04fa6b794bd845a6f8,
Sylvain Beucler <=