reactive-python / reactpy-django

It's React, but in Python. Now with Django integration.
https://reactive-python.github.io/reactpy-django/
MIT License
329 stars 18 forks source link

Add rename warning to legacy `django-idom` #142

Closed Archmonger closed 1 year ago

Archmonger commented 1 year ago

Current Situation

django-idom has been renamed to reactpy-django. We need to warn existing users about this change.

Proposed Actions

Add a print/log statement to src/django_idom/__init__.py to tell users about the rename.

We need to create a new branch based off of commit b1ff783c887bbd7d93fdf586d21555692b502dcb in order create new django-idom releases.

Archmonger commented 1 year ago

@rmorshea Can you review https://github.com/reactive-python/reactpy-django/commits/legacy-django-idom before I send out a release?

rmorshea commented 1 year ago

Is there a PR associated with that commit?

I'm away from my computer now, but I can create a legacy-idom branch that we can merge that into tomorrow. I can manually release that then.

Archmonger commented 1 year ago

I already created the branch, but did so without a PR.

It's about 4 LOC changes on a single commit

rmorshea commented 1 year ago

LGTM.