Skip to content

Commit

Permalink
Merge branch 'main' into enhance/tup-414-help-users-view-all-tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Sep 27, 2023
2 parents 62ccdca + 33f5270 commit 8a801c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/tup-cms/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TACC/Core-CMS#v3.12.0-beta.3
FROM taccwma/core-cms:aba079b
# TACC/Core-CMS#707 (sans commits irrelevant to TACC) (v3.12.0-beta.4 candidate)
FROM taccwma/core-cms:1f7b95d

WORKDIR /code

Expand Down
2 changes: 1 addition & 1 deletion apps/tup-cms/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- tup_cms_net

postgres:
image: postgres:11.5
image: postgres:14.9
environment:
- POSTGRES_PASSWORD=taccforever
- POSTGRES_USER=postgresadmin
Expand Down
2 changes: 1 addition & 1 deletion apps/tup-cms/src/apps/user_news/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from cms.plugin_pool import plugin_pool

from django.utils.translation import gettext_lazy as _
from django.utils.encoding import force_text
from django.utils.encoding import force_str as force_text

from .defaults import max_articles, urls
from .utils import get_latest_articles
Expand Down
2 changes: 1 addition & 1 deletion apps/tup-cms/src/taccsite_cms/urls_custom.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from django.urls import path, include

from django.conf.urls import url
from django.urls import re_path as url
from apps.user_news.urls import urls as user_news_urls
from django.views.generic.base import RedirectView

Expand Down

0 comments on commit 8a801c7

Please sign in to comment.