this is the repo link
this is the steamlit url
https://forex--genetic.streamlit.app/
this is what the error says
ModuleNotFoundError: No module named ‘django’
Traceback (most recent call last):
File “/home/adminuser/venv/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py”, line 584, in _run_script
exec(code, module.dict)
File “/mount/src/forex-genetic/project/app/apps.py”, line 1, in
from django.apps import AppConfig
these are in my requirement.txt content
yfinance
pandas
numpy
datetime
matplotlib
collection
plotly
django
streamlit