This is the basic domain model for Disc. Roles and User aren’t integrated. For this checkout first: https://neo4j.com/use-cases/identity-and-access-management/
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
import os | |
import shutil | |
import re | |
# insert you local path into the template_path | |
# the script is migrating the subdirectories and files of the templates into a folder copy | |
template_path = "/weblate/templates/" | |
diff_3_to_4 = { | |
'@media (min-width: $screen-xs-min) and (max-width: $screen-sm-max)': '@media (min-width: map-get($grid-breakpoints, xs)) and (max-width: map-get($grid-breakpoints, xs))', |