Abe Hanoka
Abe Hanoka
@dependabot rebase
I just tested out the change locally and it worked like a charm
btw thank you for the 2 projects - makes dealing with json in django a breeze
Any update with this? R u waiting on me to merge?
Adding their GitHub handle to readme is fine
the `.env` should look like: ``` export DATABASE_URL=postgres://:@127.0.0.1:5432/my_hebrew_dates export CELERY_BROKER_URL=redis://localhost:6379/0 ```
also for local development it should be: ``` pip install -r requirements/local.txt ``` as `requirements/local.txt` includes whats in `requirements/base.txt`
take a look at https://cookiecutter-django.readthedocs.io/en/latest/developing-locally.html off the top of my mind the steps should be (I may be missing some): 1. clone the repo 2. cd into repo 3. create...
@seabeePraveen can you make a PR and I'll review the changes?
@mbrevda Thank you I'm glad you find it useful! Regarding renaming the calendar, currently there is no way to rename a calendar. But I plan to add that feature when...