Nahidujjaman Hridoy
Nahidujjaman Hridoy
### Description I am using this package on my application. But I have a problem with the `remember` property. It was supposed to remember the last state of the playlist,...
Change One: restless/restless/dj.py `from django.conf.urls import url ❌ ` `from django.urls import re_path ✔️` `url(r'^$', cls.as_list(), name=cls.build_url_name('list', name_prefix)), ❌ ` `re_path (r'^$', cls.as_list(), name=cls.build_url_name('list', name_prefix)), ✔️` `url(r'^(?P[\w-]+)/$', cls.as_detail(), name=cls.build_url_name('detail', name_prefix)),...
CommandError: Conflicting migrations detected; multiple leaf nodes in the migration graph: (0006_alter_fcmdevice_id, 0011_fcmdevice_fcm_django_registration_id_user_id_idx in fcm_django). To fix them run 'python manage.py makemigrations --merge'