Note that there are some explanatory texts on larger screens.

plurals
  1. PODjango Celery installation Error
    primarykey
    data
    text
    <p>I'm been trying to install celery for a couple of days and the problem , I'm facing is . when I try to do manage.py syncd . I get the error message .</p> <pre><code>C:\o\17\mysite&gt;manage.py syncdb Error: No module named djcelery </code></pre> <p>When I already successfully installed the celery using easy_install</p> <pre><code> C:\o\17\mysite&gt;easy_install django-celery Searching for django-celery Best match: django-celery 3.0.17 Processing django_celery-3.0.17-py2.6.egg django-celery 3.0.17 is already the active version in easy-install.pth Installing djcelerymon script to C:\Python26\Scripts Installing djcelerymon-script.py script to C:\Python26\Scripts Installing djcelerymon.exe script to C:\Python26\Scripts Installing djcelerymon.exe.manifest script to C:\Python26\Scripts Using c:\python26\lib\site-packages\django_celery-3.0.17-py2.6.egg Processing dependencies for django-celery Finished processing dependencies for django-celery </code></pre> <p>I already set up my broker which is the django database i'm using.</p> <p>BROKER_URL = 'django://'</p> <p>I added djcelery to installed_app</p> <pre><code>INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', # Uncomment the next line to enable the admin: 'django.contrib.admin', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', 'pet', 'kombu.transport.django', 'djcelery ', ) </code></pre> <p>I also added the following lines to my setting.py</p> <pre><code> import djcelery djcelery.setup_loader() </code></pre> <p>I have experience in installing django plugins before , I just don't understand why this won't let me syncdb at cmd</p> <p>What am I doing wrong? Can someone please help me :)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload