0

I have applied Grappeli in my django admin.when i applied ,it working successfully but my view is distorted. firstly the main heading "Django site administration" is not visible and all row and column distorted(shifted from their original position). i want to arrange row and column. my settings.py

INSTALLED_APPS = (
    'grappelli.dashboard',
    'grappelli',

    'django.contrib.admin',
    'django.contrib.auth',
    # 'django.contrib.sites',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'account',
    # 'search',
    'lead',
    'import_export',
    'webcam',
    'debug_toolbar',
    # 'apptemplates.Loader',
    'webcam.tests',
    # 'data_exports',
    # 'localflavor',

Please help me.i attached my Django admin site image below enter image description here

Cp Verma
  • 462
  • 5
  • 19

0 Answers0