-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Can't build Django tables and initial data #697
Comments
Can you please post here output of |
Issue #697 Signed-off-by: Michal Čihař <michal@cihar.com>
Here it is ;) (env)root@server: hg version Copyright (C) 2005-2014 Matt Mackall and others |
Ah okay, this string is localized and Weblate fails to parse it... |
so what do i do? |
I've just fixed it in git, so updating Weblate should solve the problem. |
Now is working and is applying... but on the top of the log, there was this, is it normal?? (env)root@server:/var/www/my.website.com/weblate# ./manage.py migrate /var/www/my.website.com/env/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:67: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Nonce doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. /var/www/my.website.com/env/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:78: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Association doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. /var/www/my.website.com/env/local/lib/python2.7/site-packages/social/apps/django_app/default/models.py:91: RemovedInDjango19Warning: Model class social.apps.django_app.default.models.Code doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. Operations to perform: |
It's normal for now, these are coming from Python Social Auth, see omab/python-social-auth#581 |
Thank you for everything ;) you're amzing,where can i leave a review, upvote, comment to the product or to the team?? ;) |
I'd leave the review (if possible) any moment, everything is fine, just i get an internal error loading the page and this in the apache.log
|
Looks like Django fails to import ... is it properly installed? |
Yes this was the install log, everything was fine, i don't know what's wrong... the runserver command for testing purposes works too Operations to perform: |
If you meant only Django, this is the log (env)root@server:/var/www/my.website.com/weblate# pip install Django Successfully installed Django-1.8 So i installed everything correctly, i don't know what could be |
You might need to set WSGIPythonHome in Apache settings, see: |
I already did it, i followed all your documentation on how to install, i copied the config apache file and edited for my site, here is mine
|
Issue #697 Signed-off-by: Michal Čihař <michal@cihar.com>
But the virtualenv path is missing there, it should be:
|
Thx now it works, i suggest to include this on your documentation for the ones are using an enviroment, cause there was no such line about this :D Anyway now the error.log is spammed by these messages and i don't know how to prevent...
|
and these ones too
|
I've already added that to sample configuration in c75dcad. As for the logs, it's again the same Python Social Auth issue as mentioned above. |
...with exception for south which should not be used at all with current Weblate. |
Sorry i didn't see :( Anyway there are no tricks to prevent these errors/debugs to appear in my .log? |
If I set DEBUG to False in the settings.py |
I tried installing with and without enviroment, both of them don't work... :( this is what i get everytime, please help me, i reinstalled several times with no success...
The text was updated successfully, but these errors were encountered: