Hello,
On loading project, this is an error with Metronic :
[Sun Sep 18 ] [wsgi:error] [pid 11665] [remote 1XXXX] 'Loading KTBootstrapDefault from _templates.layout._bootstrap.default'
[Sun Sep 18 ] [wsgi:error] [pid 11665] [remote 1XXXX] 'Loading KTBootstrapAuth from _templates.layout._bootstrap.auth'
I tried, without success, to change : from django.conf import settings
by this :from _keenthemes.settings import settings
Thanks a lot
Hi bro, could you solve this issue, I’m in the same situation. This gives me a 500 code in Apache.
Thanks
Hi,
I tried using this command to run
py manage.py runserver
Hi ,
i'm using Django, but the problem is still there.
Thanks
Hi,
Sorry for the delay. May I know, if you are using Django or Flask?
Django use this statement to import settings
from django.conf import settings
from _keenthemes.settings import settings