Skip to main content

django nadmin support django version 1.8 based on django-xadmin

Project description

Django-xadmin Source project is here: https://github.com/sshwsfc/django-xadmin

A better reqplacement of django admin && support django 1.8, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.Based on django-xadmin

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 xlsx, xml and json format

  • Dashboard page with widget support

  • In-site bookmarking

  • Full CRUD methods

Screenshots

Export Data
Actions
Filter
Chart
Edit inline

Get Started

Install

Install Nadmin from source, run:

clone or download zip file
cd django-nadmin
pip install -r requirements.txt
python setup.py clean
python setup.py build
python setup.py install

Or Install using PIP:

pip install django-nadmin

Install Requires

Changelogs

0.1.0

  • Do some refactoring to compatible with django 1.8

  • Remove the feature of exporting CSV file

  • Update the images & travis CI

More

Run Demo Locally

cd demo_app
./manage.py runserver

Open http://127.0.0.1:8000 in your browser

You may need to migrate & syncdb to create DB and Admin User if you run this demo for the first time

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page