Madhur215 / Django-ChatApp

A chat application built using Django Rest Framework. Users can add other users as friends and have one to one chat.
138 stars 56 forks source link

Requirements Missing #1

Open Mahendra-vteamlabs opened 2 years ago

Mahendra-vteamlabs commented 2 years ago

Hi Madhur,

I have seen your Django-ChatApp and it's much useful. It should be much helpful if you attach the requirements file.

Thanks

EvaxTheFox commented 1 year ago

just do pip install django and pip install django-rest-framework 🤦🏼‍♂️

main-c commented 6 months ago

Django and DRF are evolving, and some current code elements will no longer be supported in future versions, which is why you need to attach a requirements file to your project.