-
Notifications
You must be signed in to change notification settings - Fork 291
ImportError: No module named 'example' #5
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
Comments
Did you run |
ah ... that was it. Should have realized this, but it should probably be added to the instructions anyhow. Thanks |
It's in the install instructions, but it's easy to miss... |
yah i see it now ... sorry about that. all is well. good stuff. |
Hi, when i try add a post from angular(http://127.0.0.1:8000/editor) i get a error on linux console(django server): |
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.
The text was updated successfully, but these errors were encountered: