-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changes needed for several dependencies for Debian Bookworm #114
Open
megies
wants to merge
20
commits into
krischer:master
Choose a base branch
from
megies:bookworm
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
likely have to adjust code for this removal more..
..not as strings anymore. Not sure if it works in the migration like that or if it might be safer to duplicate the code and put it in the migration..
to avoid django warnings. new in django 3.2 (?) https://docs.djangoproject.com/en/4.2/ref/settings/#default-auto-field
use it as a property instead
{% load staticfiles %} and {% load admin_static %} were deprecated in django 2.1 and later removed, in favor of {% load static %}, which works the same. https://docs.djangoproject.com/en/2.2/releases/2.1/#miscellaneous-1
also fall back to one of the two builtin themes, cosmo is not shipped in Debian packages that we use for mkdocs now
Stamen layers not freely available anymore
after opentopomap being the default which is quite heavily colored and obscures events/stations
needed due to newer postgresql version on Debian bookworm?! migration was needed on clean system right after cloning the jane repo and applying the existing migrations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.