Skip to content

Upgrade to rapidsms2.2.0#16

Open
sovello wants to merge 6 commits into
rapidsms:developfrom
sovello:upgrade-to-rapidsms2.2.0
Open

Upgrade to rapidsms2.2.0#16
sovello wants to merge 6 commits into
rapidsms:developfrom
sovello:upgrade-to-rapidsms2.2.0

Conversation

@sovello
Copy link
Copy Markdown

@sovello sovello commented Jul 1, 2025

This commit upgrades the project template to Django 5.2 and rapidsms 2.2

@sovello
Copy link
Copy Markdown
Author

sovello commented Jul 1, 2025

Tested on a working app

Comment thread project_name/urls.py
url(r'^accounts/', include('rapidsms.urls.login_logout')),
url(r'^$', 'rapidsms.views.dashboard', name='rapidsms-dashboard'),
re_path(r'^accounts/', include('rapidsms.urls.login_logout')),
re_path(r'^$', rapidsms.views.dashboard, name='rapidsms-dashboard'),
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is missing an import rapidsms.
Then it works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants