-
Notifications
You must be signed in to change notification settings - Fork 33
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
python manage.py syncdb
fails in ubuntu 14.04 VM
#46
Comments
hi,do you have a solution? I have the same problem, |
No sorry @fjqdxq, never figured it out :( |
Just checking - did you run through all of the steps in the readme? In particular, have you run: |
Hello, I have the same problem, do you solved it? |
Hi , same problem here too.
|
Hi I am experiencing same issue as above (askbot-v1)root@dev-tools-125:~/askbot-v1/askbot-v1/askbot-devel# python manage.py syncdb With local memory caching and multi-process setup you might intermittently System check identified some issues: WARNINGS: |
This seems like a different issue than the one reported here. It seems that authentication for the database you're using is failing here. Have you checked to make sure you've provided the correct credentials for accessing your backing database? |
Looks like you might want to repost in the project issue queue :) Unfortunately this is probably not the place to debug (there are others interested in openPDS, who are getting notified). |
@patcon: right, I just realized that the provided stack trace is for a different project entirely. @sconrod-tester: The link @patcon provided is a better place to ask this question. This issue tracker is for the openPDS project, not askbot. |
Same issue here, no resolution found. I'm not terribly familiar with django settings, but it seems the manage script can't resolve pdsEnv/openPDS/openpds/settings.py |
@brian717 would be it possible to update the README to address the bootstrapping issue? No matter what I try, "openpds.settings" won't resolve on any Ubuntu installation I try.
|
I'm a little bit more familiar with django than when I originally posted this: try copying the template at |
on a lark, tried to get it going for you using sqlite3. this got me past syncdb: (I still had to tweak settings.py so that the sqlite db was in a path that already existed :/ but then it seems that more mongo-related things are baked in when I tried to execute |
@patcon Many thanks for the help! I think the issue is that |
Any immediate thoughts?
The text was updated successfully, but these errors were encountered: