pyBuchaktion is a Django application for the Buchaktion of the Fachschaft Informatik.
The purpose of the app is to build an interface for participants of the Buchaktion. Further it manages the organisation tasks for the members of the Buchaktionsteam.
Everyone with interest in helping us, should now that:
- for testing use the D120 Django CMS.
- Read this for further instructions.
- we have decided to use the workflow recommended by GitHub. This means:
- new feature = new branch
- After creating a branch and making one or more commits, a Pull Request starts the conversation around the proposed changes.
- Additional commits are commonly added based on feedback before merging the branch.
You can find information, a manual and furthermore in the Wiki of this project.
Add 'pyTUID', 'import_export', 'pyBuchaktion', 'bootstrap3'
to your INSTALLED_APPS
setting.
Note that you will also need to configure pyTUID.
As pip currently does not provide a preferred dependency resolution workflow for git hosted projects, you'll need to start pip with --process-dependency-links
.
Files in pyBuchaktion are licensed under the Affero General Public License version 3, the text of which can be found in LICENSE, or any later version of the AGPL, unless otherwise noted.