[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [SCM] UNNAMED PROJECT branch, master, updated. ba59e2d035
From: |
Jonathan Gonzalez V. |
Subject: |
[Savannah-cvs] [SCM] UNNAMED PROJECT branch, master, updated. ba59e2d035148d8f40a6c61e501d26f72e6e11d1 |
Date: |
Fri, 15 May 2009 20:54:35 +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 "UNNAMED PROJECT".
The branch, master has been updated
via ba59e2d035148d8f40a6c61e501d26f72e6e11d1 (commit)
via 2c5096d68604350f2507f381ac8e49a1a2d9c838 (commit)
via f7111531817f27cfdd5c1de21d059c4da01b081f (commit)
from 3881f54224694432dceb5944548683cd2d21c208 (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 -----------------------------------------------------------------
commit ba59e2d035148d8f40a6c61e501d26f72e6e11d1
Author: Jonathan Gonzalez V <address@hidden(none)>
Date: Fri May 15 14:16:21 2009 -0400
Added a few lines to show how to test the install
commit 2c5096d68604350f2507f381ac8e49a1a2d9c838
Author: Jonathan Gonzalez V <address@hidden(none)>
Date: Fri May 15 14:16:01 2009 -0400
Added MEDIA_URL to have access to images and css files
commit f7111531817f27cfdd5c1de21d059c4da01b081f
Author: Jonathan Gonzalez V <address@hidden(none)>
Date: Fri May 15 14:15:33 2009 -0400
Added savane_user app to handle all the user things
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 6 +
savane/{ => savane_user}/__init__.py | 0
savane/savane_user/admin.py | 4 +
savane/savane_user/models.py | 24 +++
savane/savane_user/savane_user.urls.py | 7 +
savane/savane_user/urls.py | 10 ++
savane/savane_user/views.py | 10 ++
savane/settings.py | 8 +-
savane/urls.py | 9 +-
template/base.djhtml | 4 +-
template/index.djhtml | 261 ++++++++++++++++----------------
template/savane_user/index.djhtml | 22 +++
12 files changed, 223 insertions(+), 142 deletions(-)
copy savane/{ => savane_user}/__init__.py (100%)
create mode 100644 savane/savane_user/admin.py
create mode 100644 savane/savane_user/models.py
create mode 100644 savane/savane_user/savane_user.urls.py
create mode 100644 savane/savane_user/urls.py
create mode 100644 savane/savane_user/views.py
create mode 100644 template/savane_user/index.djhtml
hooks/post-receive
--
UNNAMED PROJECT
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [SCM] UNNAMED PROJECT branch, master, updated. ba59e2d035148d8f40a6c61e501d26f72e6e11d1,
Jonathan Gonzalez V. <=