-
Notifications
You must be signed in to change notification settings - Fork 64
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: paver createdb #5
Comments
I ran into this same issue as well and fixed it by running |
Thank you ballesandro... your comment has helped me progress a little. However I think the command should have been (this is what I had to change it to get it to work anyway): export DJANGO_SETTINGS_MODULE=gamification.settings Now I have a new problem though. When I run the paver createdb, most of the imports work fine, but then it fails and says that it can't find the pinax_theme_bootstrap Should something really need to be this difficult to setup? :( |
All, |
@stephenrjones , I noticed that all of the missing requirements seemed to be listed in |
I am getting this error : ImportError: No module named django.contrib.auth.models ---> pavement.createdb |
Error:
Requested setting CACHES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.
I am now working on a Linux server as nobody seemed to be able to help me in Windows, but I still cannot get this running correctly. Everything seems to work fine until I create the database and then I get the above error.
The text was updated successfully, but these errors were encountered: