django-admin-customizer

Django admin customizing interface
Download

django-admin-customizer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Ionel Cristian Mărieș
  • Publisher web site:
  • https://github.com/ionelmc/

django-admin-customizer Tags


django-admin-customizer Description

django-admin-customizer is a Django admin customizing interface app.Installation guideInstall from pypi, with pip:pip install django-admin-customizerOr with setuptools:easy_install django-admin-customizerAdd admin_customizer to INSTALLED_APPS:INSTALLED_APPS += ("admin_customizer", )After that you need to run:manage.py syncdbOr if you use south:manage.py syncdb --migrateYou need to update admin_customizer's models to get it working, initially and after each model change with:manage.py refresh_available_fieldsNote: If you delete models the registered admins will be deleted for them. If you delete fields from models the registered admins will have them removed after you run refresh_available_fields.django-admin-customizer has static files for widgets in the edit interface. If you use staticfiles just run:manage.py collectstaticIf you do not use django.contrib.staticfiles you must manually symlink the site-packages/admin_customizer/static/admin_customizer dir to /admin_customizer.Making extra actions availableSettingsADMIN_CUSTOMIZER_MAX_FIELD_DEPTH - depth to look for relations when inspecting models.MiddlewareTo enable urlpattern reloading add 'admin_customizer.middleware.URLResolverReloadMiddleware' to MIDDLEWARE_CLASSES.Product's homepage


django-admin-customizer Related Software