Skip to content

Commit

Permalink
Add details about installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JackAtOmenApps committed Aug 20, 2021
1 parent fdd961c commit 5ef15f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ THIS PROJECT IS PRE_RELEASE. It works, but is missing documentation and tests. B
Usage
-----

Install using pip:

``pip install django-caledardate``

Add to ``settings.INSTALLED_APPS``

Run ``manage.py migrate``

To process a range of dates (ignoring any duplicates):

``python manage.py process_dates 2021-01-01 2021-12-31``
Expand Down

0 comments on commit 5ef15f0

Please sign in to comment.