jsproull / kriek

Kriek is the easiest to use brewing control software for the raspberry pi.
GNU General Public License v2.0
17 stars 6 forks source link

Problem in ./manage.py syndb #1

Closed froggyallthetime closed 10 years ago

froggyallthetime commented 10 years ago

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

jsproull commented 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!

jsproull commented 10 years ago

I can't reproduce this on the latest image that I released. Please see requirements.txt.

froggyallthetime commented 10 years ago

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.