I already read the other topics on this very issue, but the solution mentioned there didn't solve the problem. Last thing I did was running
(venvB) 11:59 ~/biebuuf $ django-admin inspectdb
this resulted in the following:
django.core.exceptions.ImproperlyConfigured: Requested setting USE_I18N, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings
But I don't no how to do this.