jaredly / jaredly/django-feedback
Missing requirements in project page
- Dominant language
- Python
- Stars
- 57
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Great plugin, but you must be aware that it needs:
*\* python 2.6 or above
As a workaround, replace in view.py the following lines:
try:
import simplejson as json
except ImportError:
import json # requires python 2.6!
*\* appsettings django app: as a workaround, in views.py change the references to appsettings with this:
from django.conf import settings as settings
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by checking the project page and the dependency-related code in view.py and views.py. Document the Python 2.6 requirement and the appsettings dependency or workaround shown in the issue; done means a new user can find these requirements before installing or using the plugin.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100