Skip to content
forked from sshwsfc/xadmin

Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.

License

Notifications You must be signed in to change notification settings

vyjal/django-xadmin

 
 

Repository files navigation

django-xadmin Build Status Build Status2

Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.

Live Demo

http://demo.xadmin.io

  • User: admin
  • Password: admin

Features

  • Drop-in replacement of Django admin
  • Twitter Bootstrap based UI with theme support
  • Extensible with plugin support
  • Better filter, date range, number range, etc.
  • Built-in data export with xls, csv, xml and json format
  • Dashboard page with widget support
  • In-site bookmarking
  • Full CRUD methods

Screenshots

Actions
Filter
Chart
Export Data
Edit inline

Get Started

Install

Xadmin is best installed via PyPI. To install the latest version, run:

Install from github source:

pip install git+git://github.com/projektai/django-xadmin

Install Requires

  • django >=1.4
  • django-crispy-forms >=1.2.3 (For xadmin crispy forms)
  • django-reversion ([OPTION] For object history and reversion feature, please select right version by your django, see changelog )
  • xlwt-future ([OPTION] For export xls files)
  • xlsxwriter ([OPTION] For export xlsx files)
  • pygeocoder ([OPTION] For geocoding addresses)
  • psycopg2 ([OPTION] For PostgreSQL database support)
  • sorl-thumbnail ([OPTION] For generating thumbnails)
on fedora:
yum install -y libjpeg-devel
on ubuntu:
apt-get install libjpeg-dev
pip install django git+git://github.com/projektai/django-crispy-forms django-reversion  xlwt-future xlsxwriter pygeocoder psycopg2 sorl-thumbnail

Documentation

Online Group

  • QQ群 : 282936295

Run Demo Locally

cd demo_app
./manage.py runserver

Open http://127.0.0.1:8000 in your browser, the admin user password is admin

Help

Help Translate : http://trans.xadmin.io

About

Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.6%
  • HTML 15.5%
  • JavaScript 13.1%
  • CSS 3.7%
  • Shell 0.1%