Website - online board for advertisements in Django
git clone https://github.com/starboy-3/Ad-Desk.git
cd ChatServer/
pip install pipenv
setup.cmd
pipenv shell
py manage.py makemigrations
py manage.py makemigrations api
py manage.py migrate
py manage.py runserver