jazzband / django-recurrence

Utility for working with recurring dates in Django.
https://django-recurrence.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
489 stars 190 forks source link

How to install this app? #206

Open sajadhn1988 opened 2 years ago

sajadhn1988 commented 2 years ago

There is a setup.py instead of manage.py . How to install this app and run the local server without the manage.py file?

s-slavchev commented 2 years ago

django-recurrence is a package(reusable app), which is supposed to be installed into another django application. You can follow the Getting started tutorial from the documentaion to create a django app and then follow the django-recurrence documentation to install the package.