Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Chronos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Chronos
Commits
b0421bd5
Commit
b0421bd5
authored
4 years ago
by
Hangzhi Yu
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos
parents
4e3639b6
b177114e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.rst
+1
-1
1 addition, 1 deletion
README.rst
aleksis/apps/chronos/util/chronos_helpers.py
+2
-1
2 additions, 1 deletion
aleksis/apps/chronos/util/chronos_helpers.py
poetry.lock
+6
-6
6 additions, 6 deletions
poetry.lock
pyproject.toml
+11
-6
11 additions, 6 deletions
pyproject.toml
with
20 additions
and
14 deletions
README.rst
+
1
−
1
View file @
b0421bd5
...
...
@@ -29,5 +29,5 @@ 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/Official/AlekSIS
.. _AlekSIS: https://
aleksis.org/
.. _European Union Public Licence: https://eupl.eu/
This diff is collapsed.
Click to expand it.
aleksis/apps/chronos/util/chronos_helpers.py
+
2
−
1
View file @
b0421bd5
...
...
@@ -3,7 +3,8 @@ from typing import Optional
from
django.http
import
HttpRequest
,
HttpResponseNotFound
from
django.shortcuts
import
get_object_or_404
from
aleksis.core.models
import
Person
,
Group
from
aleksis.core.models
import
Group
,
Person
from
..managers
import
TimetableType
from
..models
import
LessonPeriod
,
LessonSubstitution
,
Room
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
+
6
−
6
View file @
b0421bd5
...
...
@@ -19,7 +19,7 @@ django-ckeditor = "^5.8.0"
django-colorfield
=
"^0.2.1"
django-dbbackup
=
"^3.3.0"
django-debug-toolbar
=
"^2.0"
django-dynamic-preferences
=
"rev
develop
"
django-dynamic-preferences
=
"rev
fixed
"
django-easy-audit
=
"^1.2rc1"
django-favicon-plus-reloaded
=
"^1.0.1"
django-filter
=
"^2.2.0"
...
...
@@ -207,7 +207,7 @@ description = "A high-level Python Web framework that encourages rapid developme
name
=
"django"
optional
=
false
python-versions
=
">
=
3.6
"
version
=
"3.0.
5
"
version
=
"3.0.
6
"
[package.dependencies]
asgiref
=
">
=
3.2
,
<
4.0
"
...
...
@@ -332,9 +332,9 @@ persisting_theory = ">=0.2.1"
six
=
"*"
[package.source]
reference
=
"
3cb2637e99455260e1988fb969bdce16ba7a9801
"
reference
=
"
7bee176d6a832c200d255bcd1e9d12c85cb1d4f8
"
type
=
"git"
url
=
"https://github.com/
EliotBerriot
/django-dynamic-preferences"
url
=
"https://github.com/
hansegucker
/django-dynamic-preferences"
[[package]]
category
=
"main"
description
=
"Yet another Django audit log app, hopefully the simplest one."
...
...
@@ -1151,8 +1151,8 @@ configobj = [
{file
=
"configobj-5.0.6.tar.gz"
,
hash
=
"sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902"
}
,
]
django
=
[
{file
=
"Django-3.0.
5
-py3-none-any.whl"
,
hash
=
"sha256:
642d8eceab321ca743ae71e0f985ff8fdca59f07aab3a9fb362c617d23e33a76
"
}
,
{file
=
"Django-3.0.
5
.tar.gz"
,
hash
=
"sha256:
d4666c2edefa38c5ede0ec1655424c56dc47ceb04b6d8d62a7eac09db89545c
1"
}
,
{file
=
"Django-3.0.
6
-py3-none-any.whl"
,
hash
=
"sha256:
051ba55d42daa3eeda3944a8e4df2bc96d4c62f94316dea217248a22563c3621
"
}
,
{file
=
"Django-3.0.
6
.tar.gz"
,
hash
=
"sha256:
9aaa6a09678e1b8f0d98a948c56482eac3e3dd2ddbfb8de70a868135ef3b5e0
1"
}
,
]
django-any-js
=
[
{file
=
"django-any-js-1.0.3.post0.tar.gz"
,
hash
=
"sha256:1da88b44b861b0f54f6b8ea0eb4c7c4fa1a5772e9a4320532cd4e0871a4e23f7"
}
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
11
−
6
View file @
b0421bd5
[tool.poetry]
name
=
"AlekSIS-App-Chronos"
version
=
"2.0a
1
"
version
=
"2.0a
2
"
packages
=
[
{
include
=
"aleksis"
}
]
...
...
@@ -9,14 +9,19 @@ include = ["CHANGELOG.rst", "LICENCE.rst"]
description
=
"AlekSIS (School Information System) — App Χρόνος (digital timetables)"
authors
=
[
"Dominik George <dominik.george@teckids.org>"
,
"Julian Leucker <leuckeju@katharineum.de>"
,
"Frank Poetzsch-Heffter <p-h@katharineum.de>"
,
"Tom Teichler <tom.teichler@teckids.org>"
,
"Jonathan Weth <wethjo@katharineum.de>"
,
"Hangzhi Yu <yuha@katharineum.de>"
]
license
=
"EUPL-1.2"
homepage
=
"https://aleksis.edugit.io/"
repository
=
"https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos"
documentation
=
"https://aleksis.edugit.io/AlekSIS/docs/html/"
maintainers
=
[
"Jonathan Weth <wethjo@katharineum.de>"
,
"Dominik George <dominik.george@teckids.org>"
]
license
=
"EUPL-1.2-or-later"
homepage
=
"https://aleksis.org/"
repository
=
"https://edugit.org/AlekSIS/official/AlekSIS-App-Chronos"
documentation
=
"https://aleksis.org/AlekSIS/docs/html/"
keywords
=
[
"SIS"
,
"education"
,
"school"
,
"timetable"
,
"plans"
]
classifiers
=
[
"Development Status :: 3 - Alpha"
,
"Environment :: Web Environment"
,
"Framework :: Django :: 3.0"
,
"Intended Audience :: Education"
,
"Topic :: Education"
"Topic :: Education"
,
"Typing :: Typed"
,
]
[tool.poetry.dependencies]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment