Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation issue - Django #16416

Closed
sgatibaru opened this issue Jun 2, 2017 · 1 comment
Closed

Installation issue - Django #16416

sgatibaru opened this issue Jun 2, 2017 · 1 comment

Comments

@sgatibaru
Copy link

Im setting up the Commcare-hq production server & when im setting the Django environment, i come across this::

Traceback (most recent call last): File "./manage.py", line 114, in <module> patch_jsonfield() File "./manage.py", line 74, in patch_jsonfield from django.core.exceptions import ValidationError File "/usr/local/lib/python2.7/dist-packages/gevent/builtins.py", line 93, in __import__ result = _import(*args, **kwargs) ImportError: No module named django.core.exceptions

I'm new to Django and python. Kindly, anyone, help me with

@emord
Copy link
Contributor

emord commented Jun 2, 2017

ImportError: No module named django.core.exceptions

It appears that you don't have django installed. To install you can use pip install -r requirements/requirements.txt as documented in the readme https://github.com/dimagi/commcare-hq#downloading-and-configuring-commcare-hq

@emord emord closed this as completed Jun 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants