Giter VIP home page Giter VIP logo

sopler's People

Contributors

fakedrake avatar stasinopoulos 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sopler's Issues

Personna Signup redirects to signup

I clone the repo and I followed the instructions. After all I run the server and everything fine until then. I tried to login through personna. After it verified me it went me to signup page instead of the home page. is it a issue or is it deliberately?

Create a manifest for openwebapp

As the website is created as a responsive app, and it would be really useful to have it as a Mobile App, I would like to propose the creation of a .manifest so we can submit is as an open web app to Firefox Marketplace and can be installed on multiple architectures (3 desktop ones, android and FirefoxOS)

I can create it if you are OK with it!

sub-list

it would be nice if it allows to create sublist of each list.

You probably don't want dummy data to be loaded on syncdb

Well besides it sounding like a bad idea, there is this nasty error when one tries to syncdb

(py)fakedrake@monolith ~/Projects/Python/Django/sopler (master*) $ python manage.py syncdb --traceback
Syncing...
Creating tables ...
Creating table auth_permission
Creating table auth_group_permissions
Creating table auth_group
Creating table auth_user_groups
Creating table auth_user_user_permissions
Creating table auth_user
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table django_admin_log
Creating table account_emailaddress
Creating table account_emailconfirmation
Creating table core_list
Creating table core_item
Creating table core_comment
Creating table south_migrationhistory
Creating table favit_favorite
Creating table social_friends_finder_socialfriendlist

You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): yes
Username (leave blank to use 'fakedrake'): 
Email address: 
Password: 
Password (again): 
Superuser created successfully.
Traceback (most recent call last):
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/core/management/base.py", line 222, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/core/management/base.py", line 255, in execute
    output = self.handle(*args, **options)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/core/management/base.py", line 385, in handle
    return self.handle_noargs(**options)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 92, in handle_noargs
    syncdb.Command().execute(**options)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/core/management/base.py", line 255, in execute
    output = self.handle(*args, **options)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/core/management/base.py", line 385, in handle
    return self.handle_noargs(**options)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 109, in handle_noargs
    emit_post_sync_signal(created_models, verbosity, interactive, db)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/core/management/sql.py", line 195, in emit_post_sync_signal
    interactive=interactive, db=db)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/dispatch/dispatcher.py", line 170, in send
    response = receiver(signal=self, sender=sender, **named)
  File "/home/fakedrake/Projects/Python/Django/sopler/core/models.py", line 109, in setup_dummy_social_apps
    sites=site)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/db/models/manager.py", line 143, in get
    return self.get_query_set().get(*args, **kwargs)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/db/models/query.py", line 398, in get
    num = len(clone)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/db/models/query.py", line 106, in __len__
    self._result_cache = list(self.iterator())
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/db/models/query.py", line 317, in iterator
    for row in compiler.results_iter():
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 775, in results_iter
    for rows in self.execute_sql(MULTI):
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 840, in execute_sql
    cursor.execute(sql, params)
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py", line 366, in execute
    six.reraise(utils.DatabaseError, utils.DatabaseError(*tuple(e.args)), sys.exc_info()[2])
  File "/home/fakedrake/Projects/Python/Django/py/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py", line 362, in execute
    return Database.Cursor.execute(self, query, params)
DatabaseError: no such table: socialaccount_socialapp

If dummy data's sole purpose is demonstration, I think the right way to do it would be the official one.

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.