git clone https://github.com/Muhammet-Yildiz/HepsiOrada.git
pip install -r requirements.txt
virtualenv venv
Linux & Mac: source venv/bin/activate
Windows: venv\Scripts\activate
python manage.py makemigrations
python manage.py migrate
python manage.py createsuper
python manage.py runserver