Dadmehr
Dadmehr
Where do I find the renderingToken ?
### Site URL https://www.aparat.com/ ### Additional info - Link to the site main page: https://www.aparat.com/ - Link to an existing account: https://www.aparat.com/jadi/videos ### Code of Conduct - [x] I agree...
@jbampton AUTHORS file look like [mruby/AUTHORS](https://github.com/mruby/mruby/blob/master/AUTHORS)
``` bash ./donya.sh cp: cannot remove '/home/dadmehr/GitHub/Donya/donyaOS-copy/usr/info': Permission denied cp: cannot remove '/home/dadmehr/GitHub/Donya/donyaOS-copy/var/log/btmp': Permission denied cp: cannot remove '/home/dadmehr/GitHub/Donya/donyaOS-copy/var/log/lastlog': Permission denied cp: cannot remove '/home/dadmehr/GitHub/Donya/donyaOS-copy/var/log/wtmp': Permission denied cp: cannot remove...
#### Steps to reproduce: 1. Installed `django-ckeditor-5==0.2.17` via `pip`: ``` pip install django-ckeditor-5==0.2.17 ``` 2. Added the following to `INSTALLED_APPS`: ```python INSTALLED_APPS = [ ... "django_ckeditor_5", "ckeditor_uploader", ] ``` 3....