Skip to content

Commit

Permalink
Remove django cms 4 migration app / upgrade djangocms-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Apr 25, 2024
1 parent f596e20 commit b448dc3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
1 change: 0 additions & 1 deletion fragdenstaat_de/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def INSTALLED_APPS(self):
+ [
"django.contrib.postgres",
"fragdenstaat_de.fds_cms.apps.FdsCmsConfig",
"djangocms_4_migration",
"djangocms_versioning",
"cms",
"djangocms_alias",
Expand Down
4 changes: 1 addition & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# froide
-e git+https://github.com/fragdenstaat/django-legal-advice-builder.git@main#egg=django_legal_advice_builder
# via -r requirements.in
-e git+https://github.com/stefanw/djangocms-4-migration.git@fds-migration#egg=djangocms-4-migration
# via -r requirements.in
-e git+https://github.com/okfde/fcdocs-annotate.git@main#egg=fcdocs_annotate
# via -r requirements.in
-e git+https://github.com/okfde/froide.git@main#egg=froide
Expand Down Expand Up @@ -370,7 +368,7 @@ djangocms-attributes-field==3.0.0
# djangocms-video
djangocms-audio==2.1.1
# via -r requirements.in
djangocms-frontend==1.3.1
djangocms-frontend==1.3.2
# via -r requirements.in
djangocms-icon==2.1.0
# via -r requirements.in
Expand Down
4 changes: 1 addition & 3 deletions requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# froide
-e git+https://github.com/fragdenstaat/django-legal-advice-builder.git@main#egg=django_legal_advice_builder
# via -r requirements.in
-e git+https://github.com/stefanw/djangocms-4-migration.git@fds-migration#egg=djangocms-4-migration
# via -r requirements.in
-e git+https://github.com/okfde/fcdocs-annotate.git@main#egg=fcdocs_annotate
# via -r requirements.in
-e git+https://github.com/okfde/froide.git@main#egg=froide
Expand Down Expand Up @@ -353,7 +351,7 @@ djangocms-attributes-field==3.0.0
# djangocms-video
djangocms-audio==2.1.1
# via -r requirements.in
djangocms-frontend==1.3.1
djangocms-frontend==1.3.2
# via -r requirements.in
djangocms-icon==2.1.0
# via -r requirements.in
Expand Down
4 changes: 1 addition & 3 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ django-storages
django-taggit
django-treebeard
Django>=4.2
# TODO: remove after CMS migration
-e git+https://github.com/stefanw/djangocms-4-migration.git@fds-migration#egg=djangocms-4-migration
djangocms-alias>=2.0.1
djangocms-audio
djangocms-frontend>=1.1.1
djangocms-frontend>=1.3.2
djangocms-link>=3.1.0
djangocms-icon
djangocms-picture
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# froide
-e git+https://github.com/fragdenstaat/django-legal-advice-builder.git@main#egg=django_legal_advice_builder
# via -r requirements.in
-e git+https://github.com/stefanw/djangocms-4-migration.git@fds-migration#egg=djangocms-4-migration
# via -r requirements.in
-e git+https://github.com/okfde/fcdocs-annotate.git@main#egg=fcdocs_annotate
# via -r requirements.in
-e git+https://github.com/okfde/froide.git@main#egg=froide
Expand Down Expand Up @@ -343,7 +341,7 @@ djangocms-attributes-field==3.0.0
# djangocms-video
djangocms-audio==2.1.1
# via -r requirements.in
djangocms-frontend==1.3.1
djangocms-frontend==1.3.2
# via -r requirements.in
djangocms-icon==2.1.0
# via -r requirements.in
Expand Down

0 comments on commit b448dc3

Please sign in to comment.