Closed froggyallthetime closed 10 years ago
Oh, Looks like I forgot to install celery on the image? I thought for sure I did. I'll take a look and make a new image if necessary. Thanks!
I can't reproduce this on the latest image that I released. Please see requirements.txt.
I figured it out, I had the wrong image, new image works great. Sorry for the alarm. I do have a few questions what do I need to edit to show temps in Deg F? And where to add hysteresis? Also I can't seem to figure out where to edit to get the right time its pulling GB time instead of USA central time.
List below is what I get when I run ./manage.py syncdb
pi@raspberrypi /opt/kriek $ cd kriek pi@raspberrypi /opt/kriek/kriek $ ./manage.py syncdb Traceback (most recent call last): File "./manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/opt/kriek/env-kriek/local/lib/python2.7/site-packages/django/core/management/init.py", line 399, in execute_from_command_line
utility.execute()
File "/opt/kriek/env-kriek/local/lib/python2.7/site-packages/django/core/management/init.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/opt/kriek/env-kriek/local/lib/python2.7/site-packages/django/core/management/init.py", line 261, in fetch_command
commands = get_commands()
File "/opt/kriek/env-kriek/local/lib/python2.7/site-packages/django/core/management/init.py", line 107, in get_commands
apps = settings.INSTALLED_APPS
File "/opt/kriek/env-kriek/local/lib/python2.7/site-packages/django/conf/init.py", line 54, in getattr
self._setup(name)
File "/opt/kriek/env-kriek/local/lib/python2.7/site-packages/django/conf/init.py", line 49, in _setup
self._wrapped = Settings(settings_module)
File "/opt/kriek/env-kriek/local/lib/python2.7/site-packages/django/conf/init.py", line 132, in init
% (self.SETTINGS_MODULE, e)
ImportError: Could not import settings 'kriek.settings' (Is it on sys.path? Is there an import error in the settings file?): No module named celery