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

Commit

Permalink
Fixed settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer committed Jun 19, 2018
1 parent f1a735e commit a3baff5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyBuchaktion/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.conf import settings

BUCHAKTION_STUDENT_LDAP_GROUP = getattr(settings, 'BUCHAKTION_STUDENT_LDAP_GROUP', "FB20")
BUCHAKTION_STUDENT_LDAP_GROUP = getattr(settings, 'BUCHAKTION_STUDENT_LDAP_GROUP', "cn=_fb_20,ou=STUD,o=TU")
BUCHAKTION_MESSAGES_DEBUG = getattr(settings, 'BUCHAKTION_MESSAGES_DEBUG', True)
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run(self):

setup(
name='pyBuchaktion',
version='1.1.4',
version='1.1.6',
packages=find_packages(),
include_package_data=True,
license='AGPL-3.0',
Expand All @@ -60,12 +60,12 @@ def run(self):
install_requires=[
'django>=1.10.0',
'django-import-export',
'pyTUID>=1.3.0',
'pyTUID>=1.3.1',
'django-bootstrap3',
'isbnlib',
],
dependency_links=[
'git+https://github.com/d120/pyTUID#egg=pyTUID-1.3.0',
'git+https://github.com/d120/pyTUID#egg=pyTUID-1.3.1',
],
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit a3baff5

Please sign in to comment.