Hi,
I am looking for a way to contributing to Django
project. I am starting with triaging and choose
this ticket[0] that seems simple.
[0] -
https://code.djangoproject.com/ticket/28719
First I ran 'tox' but had problems with 'py3':
django.core.exceptions.ImproperlyConfigured: Requested
setting INSTALLED_APPS, but settings are not configured.
You must either define the environment variable
DJANGO_SETTINGS_MODULE or call settings.configure()
before accessing settings.
ERROR: InvocationError: '/tmp/Django-test/django-clone/django/.tox/py3/bin/python runtests.py'
Then I did a 'git clone', and I am trying to run tests
on 'generic_views' but got an Import Error:
ImportError: No module named 'path'
How do I run the tests?
Regards,
Herbert