Skip to content

Commit

Permalink
Included css in manifest, claried support for python and djngo
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin van Wingerden committed Apr 1, 2015
1 parent 1093202 commit 51ecc60
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,4 +1,4 @@
include HISTORY.rst
include LICENSE
include README.rst
recursive-include filechooser *.html *.png *js *py
recursive-include filechooser *.html *.png *.js *.py *.css
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -54,8 +54,8 @@ The full documentation is at http://django-filechooser.readthedocs.org/.
Requirements
------------

- Python 3.2 or 3.3
- Django >= 1.7
- Python 3.2, 3.3 or 3.4
- Django >= 1.6

Contributions and pull requests for other Django and Python versions are welcome.

Expand Down
10 changes: 1 addition & 9 deletions docs/quickstart.rst
Expand Up @@ -16,7 +16,7 @@ Example template
Example urls.py
---------------

Note we call an object which is returned from the views to retrieve an url object to added to the list urls
Note we request an object from the views to retrieve an url object to be added to the list urls

.. include:: example_urls.rst

Expand All @@ -37,11 +37,3 @@ Settings
--------

You can set defaults for ``django-filechooser`` in your settings file. Refer to :doc:`settings` for more information.


Demo application
----------------

The demo application provides a number of useful examples.

https://github.com/dyve/django-bootstrap3/tree/develop/demo
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -48,7 +48,9 @@
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Operating System :: OS Independent',
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
Expand Down

0 comments on commit 51ecc60

Please sign in to comment.