Create virtual environment
$ python -m venv .venv
$ pip install -r requirements.txt
Delete all the empty.txt files from teplate, static and media folders it was done because git didn`t show the empty folders
$ python manage.py runserver
$ python manage.py createsuperuser