Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
AKPlanning
Compare revisions
3e3a4f517bc408b6ede8e256ae55d3c431cedd65 to main
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
kif/akplanning
Select target project
No results found
main
Select Git revision
Branches
komasolver
main
renovate/django-5.x
renovate/django-debug-toolbar-5.x
renovate/django_csp-4.x
renovate/djangorestframework-3.x
renovate/tzdata-2025.x
renovate/uwsgi-2.x
8 results
Swap
Target
felix_bonn/akplanning
Select target project
konstantin/akplanning
matedealer/akplanning
kif/akplanning
mirco/akplanning
lordofthevoid/akplanning
voidptr/akplanning
xayomer/akplanning-fork
mollux/akplanning
neumantm/akplanning
mmarx/akplanning
nerf/akplanning
felix_bonn/akplanning
sebastian.uschmann/akplanning
13 results
3e3a4f517bc408b6ede8e256ae55d3c431cedd65
Select Git revision
Branches
ak-import
feature/clear-schedule-button
feature/json-export-via-rest-framework
feature/json-schedule-import-tests
feature/preference-polling
feature/preference-polling-form
feature/preference-polling-form-rebased
feature/preference-polling-rebased
fix/add-room-import-only-once
main
merge-to-upstream
renovate/django-5.x
renovate/django-debug-toolbar-4.x
renovate/django-simple-history-3.x
renovate/mysqlclient-2.x
15 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/messages.html
+10
-0
10 additions, 0 deletions
templates/messages.html
uwsgi-akplanning.ini
+3
-4
3 additions, 4 deletions
uwsgi-akplanning.ini
with
13 additions
and
4 deletions
templates/messages.html
0 → 100644
View file @
5753b2c1
{% load tags_AKModel %}
{% if messages %}
{% for message in messages %}
<div
class=
"alert alert-dismissible {{ message.tags | message_bootstrap_class }}"
>
<button
type=
"button"
class=
"btn-close"
data-bs-dismiss=
"alert"
aria-label=
"Close"
></button>
{{ message }}
</div>
{% endfor %}
{% endif %}
This diff is collapsed.
Click to expand it.
uwsgi-akplanning.ini
View file @
5753b2c1
[uwsgi]
plugin
=
python3
socket
=
127.0.0.1:
8080
chdir
=
/srv/AKPlanning
/AKPlanning
socket
=
127.0.0.1:
3035
chdir
=
/srv/AKPlanning
wsgi-file
=
AKPlanning/wsgi.py
touch-reload
=
%(wsgi-file)
virtualenv
=
env/
virtualenv
=
v
env/
env
=
DJANGO_SETTINGS_MODULE=AKPlanning.settings_production
processes
=
4
threads
=
2
uid
=
django
gid
=
django
This diff is collapsed.
Click to expand it.
Prev
1
…
18
19
20
21
22
Next