Skip to main content

Django Crispy Admin allows you to edit your forms with the handy crispy forms, and bootstrap3 FTW!

Project description

https://badge.fury.io/py/django-crispy-admin.png https://travis-ci.org/feverup/django-crispy-admin.png?branch=master

Django Crispy Admin allows you to edit your forms with django-crispy-admin

Documentation

The full documentation is at https://django-crispy-admin.readthedocs.org.

Quickstart

Install django-crispy-admin:

pip install django-crispy-admin

Then use it in a project:

INSTALLED_APPS = [

    # Add this:
    'crispy_admin',
    'crispy_admin.bootstrap3',

    # Before this one :)
    'django.contrib.admin',

]

Features

  • Crispy-forms renders the forms so you can use the nice layout improvements

  • Both plain and bootstrap3 for now.

History

0.0.6 (2015-10-15)

  • Add django 1.8 template overrides

  • Add Bootstrap3 namespace

  • Add info in make help about reset-release

  • Remove sortable inline static files

  • Improve Makefile, add phony targets and reset-release target to cance

0.0.5 (2015-10-14)

  • Fix setup.py typo

  • Update README, remove cookiecutter info since it’s already in git log

  • Remove ununsed widgets

  • Update environment tests

  • Remove sortableInline

0.0.4 (2015-10-14)

  • Test Makefile change for auto commit mesage

0.0.3 (2015-10-14)

  • Fix linting

  • Refactor Makefile and setup.cfg to ease flake8 linting

  • Fix requirements in setup.py

  • Add superpowers to Makefile

  • Remove tests from django-admin-bootstrapped

0.0.2 (2015-10-13)

  • Remove dynamic requirements in setup.py

0.0.1 (2015-10-13)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-crispy-admin-0.0.6.tar.gz (179.7 kB view hashes)

Uploaded Source

Built Distribution

django_crispy_admin-0.0.6-py2.py3-none-any.whl (211.7 kB view hashes)

Uploaded Python 2 Python 3

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