Problem to run a Django github imported project

I’m I’m having a recurring trouble importing a Django forked github project into Replit. The public (forked) repository is the following: LINK. The project has no poetry file in GH for which I made a build of it creating .toml and .lock but in the loading phase I always get the same message "ImportError: Couldn’t import Django. Are you sure it’s installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
exit status 1 ". This is a recurring problem and your support would be very welcome.
The Replit project is this: LINK