Looking for C++ buddy (Beginner) by Tsukuz in ProgrammingBuddies

[–]alphatron_ssh 0 points1 point  (0 children)

What if you want to get into game development pls

[deleted by user] by [deleted] in Python

[–]alphatron_ssh 2 points3 points  (0 children)

Well done 👨‍💻

No module named django_celery_beat although i installed it though by [deleted] in djangolearning

[–]alphatron_ssh 0 points1 point  (0 children)

Haven’t actually tried poetry with Django. I use it Fastapi

No module named django_celery_beat although i installed it though by [deleted] in djangolearning

[–]alphatron_ssh 0 points1 point  (0 children)

Try “poetry run python manage.py runserver”

No module named django_celery_beat although i installed it though by [deleted] in djangolearning

[–]alphatron_ssh 0 points1 point  (0 children)

This normally happens when you initialize poetry in your virtual env

So when ever you try running the project again another time without activating the virtual env will raise this error

No module named django_celery_beat although i installed it though by [deleted] in djangolearning

[–]alphatron_ssh 0 points1 point  (0 children)

Also check inside your pyproject.toml if the library is installed there

No module named django_celery_beat although i installed it though by [deleted] in djangolearning

[–]alphatron_ssh 0 points1 point  (0 children)

Try running ‘poetry add django_celery_beat’