K'Ron Simmons
K'Ron Simmons
Hello everyone! I am working with the Web API and using the endpoint "comments/api/comment/" on Django 2.2.3, djangorestframework 3.11.0 and python 3.7. When navigating to the django admin panel, I...
Hello, Thank you for such a speedy response. I am also using an sqlite3 backend as well. I do have a lot of dependencies in this project so there could...
Good afternoon, I went ahead and created a completely new project and have the following requirements installed: ``` asgiref==3.2.7 Django==2.2.3 django-comments-xtd==2.4.2 django-contrib-comments==1.9.2 djangorestframework==3.11.0 docutils==0.16 pytz==2019.3 six==1.14.0 sqlparse==0.3.1 ``` I am...
Correct. Its similar to the structure that the example/com directory. Where you have `example/comp/articles/models.py` and with in that `models.py `you have an `Articles` class. I have `TestProject/TestProj/TestAppHere/models.py` and within that...
That sounds like a good idea. I just added it to a quick little repo. Here is the link: https://github.com/Ronster2018/Test-API-Comments.git
Good afternoon @danirus I went through your tutorials and played around a lot with the app and it has a lot of cool things going on. But once I finally...
After some experimenting with the api, it looks like both method all() and user_ids() have an 'action' option and instead of taking action=UP and action=DOWN as params, we have to...
Had the same here on ubuntu 20.04 LTS. The issue isn't with instapy, it was with the webdriverdownloader.py. I ran ```bash sudo apt install firefox-geckodriver ``` And that fixed it...
Had the same here on ubuntu 20.04 LTS. The issue isnt with instapy, it was with the webdriverdownloader.py. I ran ```bash sudo apt install firefox-geckodriver ``` And that fixed it...
Had the same here on ubuntu 20.04 LTS. The issue isnt with instapy, it was with the webdriverdownloader.py. I ran ```bash sudo apt install firefox-geckodriver ``` And that fixed it...