python - problems setting up django-toolbar: the bar is not shown -
I am trying to set django-toolbar in my production site, so some special IPs can use it I have followed (install and quick setup), but I can not see the toolbar
App is installed:
$ yolk -l | Grep toolbar django-debug-toolbar - 0.11.0 - active
I've added the required settings:
INSTALLED_APPS = ('django.contrib.auth ',' Django.contrib.contenttypes', 'django.contrib.sessions',' django.contrib.sites', 'django.contrib.messages',' django.contrib.staticfiles', 'django.contrib.admin', 'Django.contrib.sitemaps', 'modeltranslation', 'djangocms_text_ckeditor', 'cms', 'mptt', 'menu', 'south', 'sekizai', 'debug_toolbar', # more stuff ...) INTERNAL_IPS = ( --- --- --- --- --- ---., The IP logged from the current server, I'm sure that this is true STATIC_URL = '/ static /' DEBUG = True
There is no error message. I also have cases of collective running There is no success.
Any suggestions? Thanks: -)
EDIT: It seems that commands within INSTALLED_APPS counts' debug_toolbar 'to all' degengo Contrabs * 'After and before' Modeltranslation 'and others solved this issue.
Comments
Post a Comment