Skip to content

Conversation

@sovello
Copy link

@sovello sovello commented Jul 1, 2025

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

@sovello
Copy link
Author

sovello commented Jul 1, 2025

Tested on a working app

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'),

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