Rizuki Ryumada
Results
1
comments of
Rizuki Ryumada
This was the error I found too while doing the `sixth tutorial`. I fix it by replace the `url` into `re_path`. the import: https://github.com/ryumada/python-djangorestframework-tutorial/blob/220c7f3a4cb0bc3c553b50e3409bdc2f5bfb358f/snippets/urls.py#L1 using `re_path` instead: https://github.com/ryumada/python-djangorestframework-tutorial/blob/220c7f3a4cb0bc3c553b50e3409bdc2f5bfb358f/snippets/urls.py#L13-L15 Here is...