# debugtools-server **Repository Path**: dlcs/debugtools-server ## Basic Information - **Project Name**: debugtools-server - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-07 - **Last Updated**: 2022-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README python3 manage.py migrate python3 manage.py makemigrations python3 manage.py startapp python3 manage.py runserver 0.0.0.0:8000 python3 manage.py collectstatic python3 manage.py createsuperuser python3 -m pip install djangorestframework python3 -m pip install markdown python3 -m pip install django-filter python3 -m pip install coreapi python3 -m pip install -U channels python3 -m pip install channels_redis python3 -m pip install selenium python3 -m pip install django-cors-headers python3 -m pip install django-apscheduler docker run -p 6379:6379 -d redis:5 python3 -m pip install uwsgi python3 -m pip install daphne python3 -m pip install supervisor uwsgi --ini uwsgi.ini uwsgi --reload uwsgi.pid uwsgi --stop uwsgi.pid supervisord -c /etc/supervisord.conf supervisorctl -c /etc/supervisord.conf