Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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-Core
Merge requests
!483
Resolve "runserver stopped working with aleksis-admin in Django 3.1.6"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "runserver stopped working with aleksis-admin in Django 3.1.6"
372-runserver-stopped-working-with-aleksis-admin
into
master
Overview
0
Commits
2
Pipelines
4
Changes
1
Merged
Nik | Klampfradler
requested to merge
372-runserver-stopped-working-with-aleksis-admin
into
master
4 years ago
Overview
0
Commits
2
Pipelines
4
Changes
1
Expand
Closes
#372 (closed)
Edited
4 years ago
by
Nik | Klampfradler
0
0
Merge request reports
Viewing commit
4e8d1c6d
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
4e8d1c6d
Fix build environment for compiling messages
· 4e8d1c6d
Nik | Klampfradler
authored
4 years ago
tox.ini
+
1
−
0
Options
@@ -35,6 +35,7 @@ commands =
[testenv:build]
commands_pre
=
poetry
install
poetry
run
sh
-c
"cd
aleksis
; aleksis-admin compilemessages"
commands
=
poetry build
Loading