kafka-sse-example
kafka-sse-example copied to clipboard
cannot get python manage.py runserver to work
Hi I am getting the following error when trying to run the python manage.py runserver command -- I have already pipx installed python-dotenv
Traceback (most recent call last):
File "/Users/samiahmed/Documents/repos/kafka-sse-example/manage.py", line 5, in
Hi there. The project uses django-dotenv, which is different from python-dotenv. Be sure to install all the dependencies from requirements.txt.