Skip to content

Commit

Permalink
Added instruction to add to INSTALLED_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Mar 20, 2013
1 parent ab9d326 commit 711ff95
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 445 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

.DS_Store
/dist/
/MANIFEST
/MANIFEST
/output.html
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.1.3, 03/20/13 -- Added instruction to add to INSTALLED_APPS
v0.1.2, 03/20/13 -- Added requirement for Django 1.5.
v0.1.1, 03/20/13 -- Fixed Readme Formatting.
v0.1.0, 03/19/13 -- Initial release.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Installation is as easy as::
pip install django-simpleimages
pip install pillow # or any other version of PIL

Done!

Note: ``django-simpleimages`` requires Django>=1.5 because it needs to use
the ``update_fields`` argument for model saving, which was implemented in 1.5.

Then add ``simpleimages`` to your ``INSTALLED_APPS``.


Usage
---------------
Expand Down
Loading

0 comments on commit 711ff95

Please sign in to comment.