django-basket-c21/README

39 lignes
1.5 KiB
Plaintext

# Copyright (C) 2012 Cliss XXI
#
# This file is part of django-basket
#
# django-basket is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# django-basket is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Author: Vincent Adolphe
Django basket is a addon of django admin, it enable several helper:
status:
p - project (nothing commited yet), s - start of dev (not yet working)
w - work in progress(workable), c - commited
1 -c- Filter Collapsable in the changelist view (javascript)
2 -s- Recursive "edit" along the recursive "add" button (javascript)
3 -c- BasketAdmin a Mixin class to enable a selection basket
4 -w- BatchUpdate a Mixin class to enable update of several fields at once
5 -p- FilterAdmin a Mixin class to enable advanced filter
6 -p- FormAbstract a Mixin class to display an Abstract in the changeform_view
See each README for more details
History:
As a django newbie and lazy coder, I want to be able to reuse my code as much as
possible.