Git Product home page Git Product logo

idea-box's People

Contributors

cmc333333 avatar dlapiduz avatar dpford avatar khandelwal avatar m3brown avatar marcesher avatar montedesai avatar scotchester 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

idea-box's Issues

Error: type object 'Manager' has no attribute 'from_queryset'

Hello Ideabox,
I am trying to create Ideabox project and app using Django 1.5.8, done everything described in README.md file, until the last step : migration. Error : AttributeError: type object 'Manager' has no attribute 'from_queryset'.

I suspected the mptt lib is too new for your app, but not sure what version required.
Please help!!! Thanks,

No module named comments

Hello ideaboxers
when I migrate the project i always got the error says: No module named comments

I cant figure out what to change to make it work

thanks

How can I fix SiteProfileNotAvailable exception

I have I configured and deploy the application. But when I going to read some comment I will get following exception,

Exception Type: SiteProfileNotAvailable
Exception Value: You need to set AUTH_PROFILE_MODULE in your project settings

But I haven't any idea to how too set proper value for "AUTH_PROFILE_MODULE" (under src\collab\collab\settings.py).

Now I am using following values,

application name is 'idea'
I have created user call 'dev'

AUTH_PROFILE_MODULE = 'idea.dev'

Can you please tell me how can I derive that values ?

Thanks.

Postgres error

I'm using postgres and getting

operator does not exist: integer = text
LINE 7: ...        LEFT OUTER JOIN django_comments b ON a.id = b.object...

when I hit the /list/ page

Constratint Violated When Submit a Comment

Hi Guys!

When I try to add a comment to an idea I get the error message:

IntegrityError at /comments/post/

(1452, 'Cannot add or update a child row: a foreign key constraint fails (collab.django_comments, CONSTRAINT site_id_refs_id_c6498c81 FOREIGN KEY (site_id) REFERENCES django_site (id))')

How can I fix it?

Best regards

installing idea-box in collab

I've installed collab and idea-box according to the readme instructions. both are working but when i enable idea-box, the collab index page goes blank. The collab login page is still there, but the green toolbar is missing after enabling idea-box. is there some conflict between these two, or different instructions for installing idea-box within collab? Thanks,
Dave

stuck with installation

I am not a django developer, but really keen to use this project for a ideation initiative. I have been trying to set this up for last 2 days and getting lost in the dependency maze and other issues. There is not much support for the required version either.

Can someone please provide some steps/script or a Dockerfile to get a working version of this promising tool.

thanks.

simpler and more updated doc for setup?

seeing activities in recent days, is the documentation for the setup still applicable?
I've tried following, the dependencies are mostly met by PIP, and elasticsearch isn't so hard to install. but when incorporating it to a django app, the setup seems puzzling? is there anyway to ease that pain? perhaps prototype app that users can download?

exit status 2 on repl.it

It says:

Python 3.7.4 (default, Jul  9 2019, 00:06:43)
[GCC 6.3.0 20170516] on linux
 print('Loading')
sh: 1: Syntax error: word unexpected (expecting ")")
exit status 2

You need to set AUTH_PROFILE_MODULE in your project settings

Hi everyone!

I have installed ideabox last friday night. So when I try to put a comment I get an error message. The message follows bellow:

****Request Method: GET
http://127.0.0.1:8000/detail/3/
1.5
SiteProfileNotAvailable

You need to set AUTH_PROFILE_MODULE in your project settings
/usr/local/lib/python2.7/dist-packages/django/contrib/auth/models.py in get_profile, line 435
/usr/bin/python
2.7.12
['/home/edson/idea-box-master', '/usr/local/lib/python2.7/dist-packages/pip-9.0.1-py2.7.egg', '/home/edson/idea-box-master/src/collab', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages']
Mon, 31 Jul 2017 15:32:59 -0500

I dont know how to fix it. I check another issue and tried to fix this problem, but I didnt get sucess.
Thanks in advance

Comment has no attribute is_anonymous

Did a little looking, the type of the comment I am seeing is
and the comment type is:
<class 'django.contrib.comments.models.Comment'>
I think it should be custom-comments as the django comment object does not contain an is_anonymous function. Any ideas would be very helpful.

AttributeError at /comments/post/
'Comment' object has no attribute 'is_anonymous'
Request Method: POST
Request URL: http://192.168.1.25:8000/comments/post/
Django Version: 1.5.12
Exception Type: AttributeError
Exception Value:
'Comment' object has no attribute 'is_anonymous'
Exception Location: /home/ideabox/development/mysite/idea/init.py in send_idea_notifications, line 15
Python Executable: /usr/bin/python
Python Version: 2.7.18
Python Path:
['/home/ideabox/development/mysite',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-x86_64-linux-gnu',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/home/ideabox/.local/lib/python2.7/site-packages',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages']
Server time: Mon, 1 Nov 2021 19:55:22 -0500

Installation Ideabox - Problems

Ideabox Installation: I've tried to install ideabox o Microsoft Windows with python 3.6 and django 1.11. So, I'm very disappointed after fail trying to install on Windows and on Ubuntu 17. Is there any guide to install ideabox? Could anybody help me?
Thanks

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.