Skip to content

Commit

Permalink
Fixes sshwsfc#22
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed May 9, 2013
1 parent 647144a commit 61d3e96
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,20 @@ or Install form github source:
pip install git+git://github.com/sshwsfc/django-xadmin.git
```

Install Requires
----------------

* [django>=1.4](http://djangoproject.com)

* [django-crispy-forms>=1.2.3](http://django-crispy-forms.rtfd.org)
(For xadmin crispy forms)

* [django-reversion](https://github.com/etianen/django-reversion)
(For object history and reversion feature, please select right version by your django,
see [changelog](https://github.com/etianen/django-reversion/blob/master/CHANGELOG.markdown) )

* [xlwt](http://www.python-excel.org/) (for export xls files, option)

Documentation
--------

Expand Down
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
packages=['xadmin', 'xadmin.plugins', 'xadmin.templatetags',
'xadmin.tests', 'xadmin.views'],
include_package_data=True,
install_requires=[
'setuptools',
'django>=1.4',
'xlwt',
'django-crispy-forms>=1.2.3',
'django-reversion',
],
zip_safe=False,
keywords=['admin', 'django', 'xadmin', 'bootstrap'],
classifiers=[
Expand Down

0 comments on commit 61d3e96

Please sign in to comment.