- -> git clone https://github.com/pyth0nd3v/ads-system.git
- open the project and create "Virtual Environment": -> python3 -m venv ads-env
- start the virtual environment: -> source ads-env/bin/activate
- -> pip3 install -r requirements.txt
- -> python3 manage.py runserver
- -> python3 manage.py makemigrations
- -> python3 manage.py migrate
- -> python3 manage.py createsuperuser
- -> redis-server --port 6379
- -> python -m celery -A core worker
In this moment your project running total 3 terminals (Django Project + Redis server + Celery )