-
Notifications
You must be signed in to change notification settings - Fork 291
Closed
Description
When running: " make create_database; make make_fixtures"
I get an ImportError:
DJANGO_SETTINGS_MODULE='example.settings' ./scripts/create_users.py
Traceback (most recent call last):
File "./scripts/create_users.py", line 3, in
from example.api.models import User
ImportError: No module named 'example'
Using Python 3.3.5 but not sure how to structure the make file so it correctly sees the "example" module.
Metadata
Metadata
Assignees
Labels
No labels