Skip to content

Latest commit

 

History

History
103 lines (63 loc) · 2.11 KB

README.rst

File metadata and controls

103 lines (63 loc) · 2.11 KB

django-nadmin Build Status

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

A better replacement 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

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