remove cron.py file

cerley beat worker redis
setting for cerley
This commit is contained in:
Parsa Nazer
2025-03-10 16:40:12 +03:30
parent 0f29b34a6e
commit d6df8d9b8c
10 changed files with 154 additions and 28 deletions
-1
View File
@@ -13,6 +13,5 @@ COPY . /app/
CMD ["sh", "-c", "python manage.py makemigrations && \
python manage.py migrate && \
python manage.py crontab add && \
python manage.py collectstatic --no-input && \
gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 3"]