add mandayejs common package (#13259)

This commit is contained in:
Josue Kouka 2017-12-14 18:36:20 +01:00 committed by Frédéric Péters
parent def3bf449e
commit c728d430f2
4 changed files with 21 additions and 0 deletions

4
debian/control vendored
View File

@ -31,3 +31,7 @@ Depends: ${misc:Depends},
Recommends: nginx, phantomjs, publik-base-theme
Suggests: postgresql
Description: Authentication Reverse Proxy
Package: python-mandayejs-common
Architecture: all
Description: Authentication Reverse Proxy Extra Module

0
debian/mandayejs_common/__init__.py vendored Normal file
View File

15
debian/mandayejs_common/applications.py vendored Normal file
View File

@ -0,0 +1,15 @@
# List of MandayeJS App Settings Classes
APP_SETTINGS_CLASSES = (
('mandayejs.applications.Archimed', 'Archimed'),
('mandayejs.applications.Arpege', 'Arpege'),
('mandayejs.applications.Duonet', 'Duonet'),
('mandayejs.applications.Imuse', 'Imuse'),
('mandayejs.applications.Sezhame', 'Sezhame'),
('mandayejs.applications.Teamnet', 'Teamnet'),
('mandayejs.applications.Test', 'Test')
)
def get_application_classes():
return APP_SETTINGS_CLASSES

View File

@ -0,0 +1,2 @@
debian/mandayejs_common/__init__.py /usr/lib/python2.7/dist-packages/mandayejs_common/
debian/mandayejs_common/applications.py /usr/lib/python2.7/dist-packages/mandayejs_common/