To setup project, execute the following commands:
> git clone https://github.com/Riahiamirreza/adify.git
> cd adify
> virtualenv venv
> source venv/bin/activate
> pip install -r requirements.txt
> python3 manage.py makemigrations && python3 manage.py migrate
> python3 manage.py runserver 0.0.0.0:8000