-
Notifications
You must be signed in to change notification settings - Fork 115
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
Error importing module: 'No module named 'example_project'' #875
Comments
See #869 |
i have the same problem! |
I have the same problem:
|
That's because Python 3.8 and Django 3.0 are not supported. In the next couple weeks, though, look for a package called django-timepiece3 that will support Python 3.8+ and Django 4.2+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During the installation process, the user is instructed to run commands such as
manage.py syncdb
. In a Python 3.6 environment, the Django commands cannot import theexample_project
module.How can I set up the example project in a Python 3.6 environment?
Steps to reproduce
example_project
directorysettings.py.example
file tosettings.py
manage.py syncdb
Expected results
The database would be configured properly and the application would run.
syncdb traceback
runserver traceback
The text was updated successfully, but these errors were encountered: