portal
portal copied to clipboard
Turn the Email Scheduler back on!
Description
The email scheduler was turned off by default in #650 Let's turn it back up!
Definition of Done
- [x] All of the required items are completed.
- [x] Approval by 1 mentor.
Estimation
2 hours
@SanketDG I would like to give it a try. Could u pls assign it to me
@SanketDG can u elaborate about the issue?
@SanketDG can u elaborate about the issue? Is it related to the BackgroundScheduler()
Is it related to the BackgroundScheduler()
It is!
The diff in question: https://github.com/anitab-org/portal/pull/650/files#diff-4662ad6425215150965baee6784b29c7f06ee82100e7eadc16b7527488ac711b
Is it related to the BackgroundScheduler()
It is!
The diff in question: https://github.com/anitab-org/portal/pull/650/files#diff-4662ad6425215150965baee6784b29c7f06ee82100e7eadc16b7527488ac711b
Ok I get it 👍
@SanketDG I'm getting this error after running python systers_portal/manage.py migrate
What can be done?
I know this is a common issue. but I honestly don't remember the reason behind it, my best bet is to upgrade your Python version to 3.9 and try again or maybe @sakshi1499 can help here!
I know this is a common issue. but I honestly don't remember the reason behind it, my best bet is to upgrade your Python version to 3.9 and try again or maybe @sakshi1499 can help here!
ya even I read it on zulip ok I think u mentioned to upgrade the gdal version. But I'll try to upgrade the python version to 3.9 thanx.
@SanketDG could u pls help me with this error
@SanketDG do you have an idea regarding the above mentioned error?
This again could be solved by deleting your current migrations
folder (for each app) and re-generating the migrations
This again could be solved by deleting your current
migrations
folder (for each app) and re-generating the migrations
ok thanx @SanketDG
@SanketDG I tried deleting my current migrations like everything inside the migrations except the init.py but I'm getting the same error. What do you mean by current migrations folder for each app?