-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 - Attempted relative import in non-package Zappa with django #260
Comments
You'll need to post the full traceback please. |
This is all the output I get from the lambda function. [1471765755066] module initialization error: Attempted relative import in non-package |
..? |
Hi,
I'm trying to deploy a django app using zappa (not zappa-django).
while the app work with runserver, and zappa successfully deploy.
Lambda logs module initialization error: Attempted relative import in non-package
Attached my Zappa setting and django settings
settings.txt
zappa_settings.txt
Thanks.
The text was updated successfully, but these errors were encountered: