mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-07 00:11:05 +00:00
fix rst format
This commit is contained in:
parent
03f4df0121
commit
718b0b7524
1 changed files with 7 additions and 7 deletions
14
README.rst
14
README.rst
|
|
@ -1,6 +1,6 @@
|
|||
===============
|
||||
=============
|
||||
django-admin2
|
||||
===============
|
||||
=============
|
||||
|
||||
.. image:: https://travis-ci.org/pydanny/django-admin2.png
|
||||
:alt: Build Status
|
||||
|
|
@ -20,7 +20,7 @@ legacy code and make it easier to write extensions and themes.
|
|||
Full Documentation at: http://django-admin2.rtfd.org/
|
||||
|
||||
Features
|
||||
=============
|
||||
========
|
||||
|
||||
* Rewrite of the Django Admin backend
|
||||
* Drop-in themes
|
||||
|
|
@ -42,7 +42,7 @@ Screenshots
|
|||
:target: https://github.com/pydanny/django-admin2/raw/develop/screenshots/Select_user.png
|
||||
|
||||
Requirements
|
||||
=============
|
||||
============
|
||||
|
||||
* Django 1.6+
|
||||
* Python 2.7+ or Python 3.3+
|
||||
|
|
@ -111,7 +111,7 @@ Add djadmin2 urls to your URLconf:
|
|||
|
||||
|
||||
How to write django-admin2 modules
|
||||
=====================================
|
||||
==================================
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
@ -149,7 +149,7 @@ Themes are now defined explicitly, including the default theme. Therefore, your
|
|||
|
||||
|
||||
Drop-In Themes
|
||||
===============
|
||||
==============
|
||||
|
||||
The default theme is whatever bootstrap is most current. Specifically:
|
||||
|
||||
|
|
@ -183,6 +183,6 @@ This project follows best practices as espoused in `Two Scoops of Django: Best P
|
|||
|
||||
|
||||
Support this project!
|
||||
======================
|
||||
=====================
|
||||
|
||||
You can hire the lead maintainer to perform dedicated work on this package. Please email pydanny@cartwheelweb.com.
|
||||
|
|
|
|||
Loading…
Reference in a new issue