pip install django-q # settings.py INSTALLED_APPS = ( # other apps 'django_q', ) python manage.py migrate python manage.py qcluster
確定! 回上一頁