Thank you for the contribution. It has been approved.
You need to update your readme file and the post with a more precise instruction to get the project going.
Here is what I had to do:
virtualenv xchangerenv
source xchangerenv/bin/activate
cd xchangerenv
git clone [email protected]:Rhotimee/xchanger.git
cd xchanger
pip install --upgrade -r requirements.txt
python manage.py startapp
You also need to give an example of the .env file and the db creation commands.
You can contact us on Discord.
[utopian-moderator]
Ok.. I would update it now. Thank you very much.