Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Hjelp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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-Hjelp
Commits
cbbafc11
Verified
Commit
cbbafc11
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Add poetry lock to repo.
parent
90b81428
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+0
-3
0 additions, 3 deletions
.gitignore
aleksis/apps/hjelp/views.py
+3
-3
3 additions, 3 deletions
aleksis/apps/hjelp/views.py
poetry.lock
+1111
-0
1111 additions, 0 deletions
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
1115 additions
and
7 deletions
.gitignore
+
0
−
3
View file @
cbbafc11
...
...
@@ -53,6 +53,3 @@ db.sqlite3
# Sphinx
docs/_build/
# Poetry
poetry.lock
This diff is collapsed.
Click to expand it.
aleksis/apps/hjelp/views.py
+
3
−
3
View file @
cbbafc11
...
...
@@ -6,12 +6,12 @@ from .forms import FAQForm, REBUSForm, FeedbackForm
from
datetime
import
datetime
from
dashboard.models
import
Activity
#
from dashboard.models import Activity
from
.mailer
import
send_mail_with_template
from
untisconnect.api
import
get_all_rooms
from
dashboard.models
import
Activity
#
from untisconnect.api import get_all_rooms
#
from dashboard.models import Activity
def
create_info
(
text
):
...
...
This diff is collapsed.
Click to expand it.
poetry.lock
0 → 100644
+
1111
−
0
View file @
cbbafc11
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
cbbafc11
...
...
@@ -20,7 +20,7 @@ classifiers = [
[tool.poetry.dependencies]
python
=
"^3.7"
AlekSIS
=
{
path
=
"../../.."
}
AlekSIS
=
{
path
=
"../../..
/
"
}
[build-system]
requires
=
["poetry>
=
0.12
"]
...
...
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