Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • AlekSIS/official/AlekSIS-App-Alsijil
  • sunweaver/AlekSIS-App-Alsijil
  • 8tincsoVluke/AlekSIS-App-Alsijil
  • perfreicpo/AlekSIS-App-Alsijil
  • noifobarep/AlekSIS-App-Alsijil
  • 7ingannisdo/AlekSIS-App-Alsijil
  • unmruntartpa/AlekSIS-App-Alsijil
  • balrorebta/AlekSIS-App-Alsijil
  • comliFdifwa/AlekSIS-App-Alsijil
  • 3ranaadza/AlekSIS-App-Alsijil
10 results
Show changes
Commits on Source (4)
Dominik George <dominik.george@teckids.org> Dominik George <nik@naturalnet.de>
Hangzhi Yu <hangzhi@protonmail.com> Hangzhi <hangzhi@protonmail.com>
Hangzhi Yu <hangzhi@protonmail.com> Hnagzhi <37748390+Hnagzhi@users.noreply.github.com>
Jonathan Weth <git@jonathanweth.de> HanseGucker <hansegucker@gmail.com>
Jonathan Weth <git@jonathanweth.de> HanseGucker <joniweth@gmx.de>
Jonathan Weth <git@jonathanweth.de> Jonathan Weth <edugit@jonathanweth.de>
Jonathan Weth <git@jonathanweth.de> Jonathan Weth <joniweth@gmx.de>
Jonathan Weth <git@jonathanweth.de> Jonathan Weth <mail@jonathanweth.de>
Jonathan Weth <git@jonathanweth.de> Jonathan Weth <wethjo@katharineum.de>
Julian Leucker <leuckerj@gmail.com> Julian <leuckerj@gmail.com>
Silas Della Contrada <s.developer@4-dc.de> sdcieo0330 <silasdc0@gmail.com>
mirabilos <thorsten.glaser@teckids.org> mirabilos <mirabilos@evolvis.org>
mirabilos <thorsten.glaser@teckids.org> mirabilos <t.glaser@tarent.de>
root (Skolelinux) <root@tjener.intern> root <root@tjener.intern>
root <root@katharineum.de> GitHub <noreply@github.com>
root <root@katharineum.de> root <root@info.katharineum.de>
......@@ -20,10 +20,12 @@ Licence
Copyright © 2019 mirabilos <thorsten.glaser@teckids.org>
Copyright © 2019 Tom Teichler <tom.teichler@teckids.org>
Licensed under the EUPL
Licenced under the EUPL, version 1.2 or later
Please see the LICENCE file accompanying this distribution for the
full licence text or on the `Europen Union Public Licence`_ website
full licence text or on the `European Union Public Licence`_ website
https://joinup.ec.europa.eu/collection/eupl/guidelines-users-and-developers
(including all other official language versions).
.. _AlekSIS: https://edugit.org/AlekSIS/AlekSIS
.. _European Union Public Licence: https://eupl.eu/
......@@ -10,7 +10,7 @@ import aleksis.core.util.core_helpers
class Migration(migrations.Migration):
dependencies = [
("core", "0003_school_logo"),
("core", "0002_activity_notification"),
("alsijil", "0001_initial"),
]
......
......@@ -6,7 +6,7 @@ packages = [
]
readme = "README.rst"
description = "AlekSIS (School Information System) - App Alsijil (Class register)"
description = "AlekSIS (School Information System)App كتاب السجل (class register and school records)"
authors = ["Dominik George <dominik.george@teckids.org>", "mirabilos <thorsten.glaser@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>"]
license = "EUPL-1.2"
homepage = "https://aleksis.edugit.io/"
......