-
Notifications
You must be signed in to change notification settings - Fork 32
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
DEBUG doesn't turn on #203
Comments
with a code like At same time this boilerplate support Django 3.2 but the requirements.txt file is for Django 2.2. Also the panel dependence is broken and requires some patches to get working. recamshak/django-debug-panel#29 After this you get this error:
Infact debug toolbar doesn't work. |
I did various changes to get this working with django 3 isn't working. |
Thank you for investigating. I doubt we have used the debugtoolbar and Django templates since the initial port to Jinja2 (https://www.djaodjin.com/blog/django-porting-templates-to-jinja2.blog). |
I updated debug toolbar but I removed also debug panel that is obsolete and not developed anymore.
|
So I changed the variable on site.conf, executed
make install-conf
turn on venv and execute the server.I see that the variable isn't used and I guess also the others from the settings.
I get in console:
I can see that in
djaoapp/installTop/etc/djaoapp/
the site.conf has debug as true but the plugins aren't loaded as I added in thesettings.py
thisprint(DEBUG_APPS)
and is('djaoapp_extras', 'django_extensions')
.Reading https://github.com/djaodjin/djaodjin-deployutils/blob/53e69e0be18037ee144130b25cceeeaf48847d41/deployutils/configs.py#L234 I am not sure if those settings after reading are exposed.
I see also https://github.com/djaodjin/djaoapp/blob/master/djaoapp/settings.py#L590 to get the variable but not for debug
Maybe this is stuff that explain also #181
The text was updated successfully, but these errors were encountered: