Skip to content

Commit

Permalink
Added installation instructions. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson authored Jan 16, 2024
1 parent f248ce3 commit f8399e7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,21 @@ templates instead. Note that the properties on the ``image`` file do by
design not check whether thumbs exist.


Installation
============

Install from PyPI: ``pip install django-imagefield``.

Then add ``imagefield`` to your project's ``INSTALLED_APPS``::

# settings.py
INSTALLED_APPS = [
...
"imagefield",
...
]

Usage
=====

Expand Down

0 comments on commit f8399e7

Please sign in to comment.