Miserlou / Miserlou/LightWrite
Documentation on requirements for a local install?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 32
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I gave this a spin on OSX 10.7 , Python 2.7, Django 1.3, and get errors. Is there a set of specific versions required? (and documentation for how to install locally, too? ;-) )
Traceback (most recent call last):
File "manage.py", line 14, in
execute_manager(settings)
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/core/management/init.py", line 438, in execute_manager
utility.execute()
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/core/management/init.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/core/management/init.py", line 252, in fetch_command
app_name = get_commands()[subcommand]
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/core/management/init.py", line 101, in get_commands
apps = settings.INSTALLED_APPS
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/utils/functional.py", line 276, in getattr
self._setup()
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/conf/init.py", line 42, in _setup
self._wrapped = Settings(settings_module)
File "/Library/Python/2.7/site-packages/Django-1.3-py2.7.egg/django/conf/init.py", line 139, in init
logging_config_func(self.LOGGING)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py", line 776, in dictConfig
dictConfigClass(config).configure()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/config.py", line 562, in configure
'filter %r: %s' % (name, e))
ValueError: Unable to configure filter 'require_debug_false': Cannot resolve 'django.utils.log.CallbackFilter': No module named CallbackFilter
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No documentation file or test is named. Start by reproducing the manage.py startup failure with Python 2.7 and Django 1.3, then inspect the repository's existing setup guidance and dependency declarations to establish supported versions. Done means the supported versions and local installation steps are documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100