GithubHelp home page GithubHelp logo

qgriffith-zz / openeats Goto Github PK

View Code? Open in Web Editor NEW
227.0 227.0 114.0 7.34 MB

Recipe Management Site created in Django

Home Page: http://www.openeats.org

Python 46.67% Shell 0.28% Gettext Catalog 14.97% HTML 15.43% CSS 2.47% JavaScript 20.18%

openeats's People

Contributors

qgriffith avatar wraithan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openeats's Issues

Error during installation (pip install -r OE2_Requirements.txt)

I spun up a fresh Ubuntu 14.04 VM and began following the installation instructions and so far so good until I attempt to install the requirements via the command pip install -r OE2_Requirements.txt

The general error I get is
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

The full paste of the output is here - http://pastebin.com/jBy4nDMr

It looks like there are a few instances of that 'x86_64-linux-gnu-gcc' failing with exit status 1. I did a search on just that error and while it wasnt related to OpenEats, the forum suggested I try installing just a plethora of packages (it seems like a throw a bunch and see what sticks attitude but I didnt see what could hurt, I can pair down later if need be). That did not seem to help much. The specific packages i installed were from here http://stackoverflow.com/a/26333011

I am guessing I overlooked something simple, but I kind of in a rut and was hoping someone could assist, in the meantime though I will keep trying ๐Ÿ˜„

Enhance news section

add support in the admin to choose which news entry is displayed on the main page, and add a news subsection to display all news articles.

Error when running the migrate command

When I run the manage.py migrate command, the following error occurs:

Nonzero return code 1 from manage.py migrate:
Running migrations for djangoratings:
 - Migrating forwards to 0006_add_cookies.
 > djangoratings:0001_initial
 > djangoratings:0002_add_mean_and_stddev
 > djangoratings:0003_add_correlations
 > djangoratings:0004_rethink_recommendations
 > djangoratings:0005_add_exclusions
 > djangoratings:0006_add_cookies
 - Loading initial data for djangoratings.
No fixtures found.
Running migrations for indexer:
 - Migrating forwards to 0001_initial.
 > indexer:0001_initial
 - Loading initial data for indexer.
No fixtures found.
Running migrations for sentry:
 - Migrating forwards to 0012_auto.
 > sentry:0001_initial
 > sentry:0002_auto__del_field_groupedmessage_url__chg_field_groupedmessage_view__chg
 > sentry:0003_auto__add_field_message_group__del_field_groupedmessage_server_name
 > sentry:0004_auto__add_filtervalue__add_unique_filtervalue_key_value
 > sentry:0005_auto
 > sentry:0006_auto
 > sentry:0007_auto__add_field_message_site
 > sentry:0008_auto__chg_field_message_view__add_field_groupedmessage_data__chg_field
 > sentry:0009_auto__add_field_message_message_id
 > sentry:0010_auto__add_messageindex__add_unique_messageindex_column_value_object_id
 > sentry:0011_auto__add_field_groupedmessage_score
 > sentry:0012_auto
 - Loading initial data for sentry.
No fixtures found.
Running migrations for relationships:
 - Migrating forwards to 0005_add_weight_column.
 > relationships:0001_initial
 > relationships:0002_add_site_fk
 > relationships:0003_slugs_to_charfields
 > relationships:0004_add_site_to_unique_together
 > relationships:0005_add_weight_column
 - Loading initial data for relationships.
Installed 2 object(s) from 1 fixture(s)
Running migrations for recipe:
 - Migrating forwards to 0003_auto__add_unique_reportedrecipe_recipe.
 > recipe:0001_initial

/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/djangoratings/fields.py:316: DeprecationWarning: A Field class whose get_db_prep_save method hasn't been updated to take a `connection` argument.
  class RatingField(IntegerField):
/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/djangoratings/fields.py:316: DeprecationWarning: A Field class whose get_db_prep_lookup method hasn't been updated to take `connection` and `prepared` arguments.
  class RatingField(IntegerField):
Traceback (most recent call last):
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/thisbundle.py", line 51, in 
    run_managepy()
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/thisbundle.py", line 36, in run_managepy
    management.execute_from_command_line()
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/django/core/management/__init__.py", line 429, in execute_from_command_line
    utility.execute()
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/django/core/management/__init__.py", line 379, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/django/core/management/base.py", line 191, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/django/core/management/base.py", line 220, in execute
    output = self.handle(*args, **options)
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/south/management/commands/migrate.py", line 105, in handle
    ignore_ghosts = ignore_ghosts,
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/south/migration/__init__.py", line 191, in migrate_app
    success = migrator.migrate_many(target, workplan, database)
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/south/migration/migrators.py", line 221, in migrate_many
    result = migrator.__class__.migrate_many(migrator, target, migrations, database)
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/south/migration/migrators.py", line 298, in migrate_many
    interactive=self.interactive)
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/south/db/generic.py", line 808, in send_pending_create_signals
    interactive=interactive)
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/south/db/generic.py", line 855, in really_send_create_signal
    db=self.db_alias,
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/django/dispatch/dispatcher.py", line 172, in send
    response = receiver(signal=self, sender=sender, **named)
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/reversion/management/__init__.py", line 40, in create_initial_revisions
    all_ids = frozenset(unicode(id) for id in model_class._default_manager.values_list("pk", flat=True).iterator())
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/reversion/management/__init__.py", line 40, in 
    all_ids = frozenset(unicode(id) for id in model_class._default_manager.values_list("pk", flat=True).iterator())
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/django/db/models/query.py", line 956, in iterator
    for row in self.query.get_compiler(self.db).results_iter():
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/django/db/models/sql/compiler.py", line 680, in results_iter
    for rows in self.execute_sql(MULTI):
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/django/db/models/sql/compiler.py", line 735, in execute_sql
    cursor.execute(sql, params)
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/django/db/backends/util.py", line 34, in execute
    return self.cursor.execute(sql, params)
  File "/cust/p00000410/bundle_p00000410_2011-08-21-15.11.15/lib/python2.6/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 44, in execute
    return self.cursor.execute(query, args)
django.db.utils.DatabaseError: relation "recipe_recipe" does not exist
LINE 1: SELECT "recipe_recipe"."id" FROM "recipe_recipe" ORDER BY "r...
                                         ^

Login error; can't reset password

Hello, I created an account a few minutes ago and immediately saved my password in my password manager and in my browser, then I clicked the activation link in my email. It prompted me to login, but I'm getting authentication failures. I'm not seeing a password reset link nor any contact information except here on Github. My account is weberc2.

EDIT: I realized that my password managers saved my email address instead of my username, and were trying to enter that into the username field. Perhaps the username field should support both?

Import recipe files?

I'd love to see the ability to import recipes from elsewhere. Looks like MealMaster format would be consistent and a good option (at least as a lowest common denominator). Has any work been done towards this sort of ability? Is it a feature you'd like to see? I might be able to contribute a patch towards this end; I'm mostly a Rails dev but can hack my way around Python.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.