Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
/ pyBuchaktion Public archive

Django application for the Buchaktion of the Fachschaft Informatik

License

Notifications You must be signed in to change notification settings

d120/pyBuchaktion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyBuchaktion

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.

Development

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.

Documentation

You can find information, a manual and furthermore in the Wiki of this project.

Deployment

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.

License

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.