Re: Nested comments feature

2021-03-31 Thread Ryan Nowakowski
On March 31, 2021 1:08:10 AM CDT, Salima Begum wrote: > We are planning to add nested comments features in our web application >and >are wondering whether Django FWK has a specific function or library >that we >can make use of and customize it according to our application. I wo

Nested comments feature

2021-03-30 Thread Salima Begum
Hi all, We are planning to add nested comments features in our web application and are wondering whether Django FWK has a specific function or library that we can make use of and customize it according to our application. I would appreciate if you could share respective suggestions regarding

Do you ever come across comments expressing anger or happiness when developing open-source software?

2020-09-08 Thread Nathan Cassee
To Whom it may concern, We are an international team of researchers, from the University of Bari, Italy, and Eindhoven University of Technology, the Netherlands. The goal of our research is to help improve the health and long term stability of open-source communities. We would like to lea

Call for Comments from those who use mailing address models in Django

2020-04-09 Thread Rob
ommunity feedback. If you deal with addresses regularly and especially if you have rolled-your-own address model architecture, we want to hear from you! - Here is an issue for offering comments on storing addresses <https://github.com/furious-luke/django-address/issues/98> in Django

Re: Associating comments with images

2020-04-01 Thread Jeff Waters
Thanks Andreas When I do that, I get an error message: NoReverseMatch at /photo_feed/ Could the problem be with my add_comment.html? The code for that is as follows: {% extends 'nowandthen/base.html' %} {% load staticfiles %} {% block title_block %} Add self {% endblock %} {% block body_block %

Re: Associating comments with images

2020-04-01 Thread Andréas Kühne
Yeah ok - so you should use the pictures variable to iterate over to get the pictures and you should be fine! Regards, Andréas Den ons 1 apr. 2020 kl 15:26 skrev Jeff Waters : > Thank you Andreas. > > This is the views.py - > https://github.com/EmilyQuimby/my_now_and_then/blob/master/nowandthe

Re: Associating comments with images

2020-04-01 Thread Jeff Waters
Thank you Andreas. This is the views.py - https://github.com/EmilyQuimby/my_now_and_then/blob/master/nowandthen/views.py -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Associating comments with images

2020-04-01 Thread Andréas Kühne
ul tag there that seems a bit out of place :) Regards, Andréas Den ons 1 apr. 2020 kl 13:43 skrev Jeff Waters : > Thanks Andreas > > I think that one of the mistakes I'd made previously was to not associate > particular comments with particular pictures. > > I've tried

Re: Associating comments with images

2020-04-01 Thread Jeff Waters
Thanks Andreas I think that one of the mistakes I'd made previously was to not associate particular comments with particular pictures. I've tried to rectify that using the code below. However, when I do this, the page I get is empty. Any advice would be appreciated: {% extends &

Re: Associating comments with images

2020-03-31 Thread Andréas Kühne
g a website where users can comment on photos in a gallery. > The challenge I currently have is that Django is not able to determine > which of the photos the comment 'submit' button relates to. > > This is my HTML code for the photo gallery: > > comments >

Associating comments with images

2020-03-31 Thread Jeff Waters
I am creating a website where users can comment on photos in a gallery. The challenge I currently have is that Django is not able to determine which of the photos the comment 'submit' button relates to. This is my HTML code for the photo gallery: comments

Re: hi friends am sending how to create a project in django with step by step. if you are satisfied please send me comments

2018-09-26 Thread Vineet Kothari
Yes need to how to connect with git. On Wed 26 Sep, 2018, 4:45 PM Pardhu Saradhi, wrote: > hi you need to add some more content to this > > On Wed, Sep 26, 2018 at 10:20 AM Dheeraj Kumar wrote: > >> Sudha, >> Its very helpful for us. Thanks so much. >> >> Grace, >> >> I didn't get what u add in

Re: hi friends am sending how to create a project in django with step by step. if you are satisfied please send me comments

2018-09-26 Thread Pardhu Saradhi
hi you need to add some more content to this On Wed, Sep 26, 2018 at 10:20 AM Dheeraj Kumar wrote: > Sudha, > Its very helpful for us. Thanks so much. > > Grace, > > I didn't get what u add in this. > > > On Tue 25 Sep, 2018, 11:40 PM Gear Crew, > wrote: > >> nice man the awesome pdf but I want

Re: hi friends am sending how to create a project in django with step by step. if you are satisfied please send me comments

2018-09-25 Thread Vineet Kothari
Thanks it is quite useful for coming out of drak sublime On Tue 25 Sep, 2018, 11:16 PM Sudha Mohan, wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > emai

Re: hi friends am sending how to create a project in django with step by step. if you are satisfied please send me comments

2018-09-25 Thread Dheeraj Kumar
Sudha, Its very helpful for us. Thanks so much. Grace, I didn't get what u add in this. On Tue 25 Sep, 2018, 11:40 PM Gear Crew, wrote: > nice man the awesome pdf but I want to add more about urls , views, and > link with model > > On Tuesday, 25 September 2018 19:48:12 UTC+2, Sudha Mohan wro

Re: hi friends am sending how to create a project in django with step by step. if you are satisfied please send me comments

2018-09-25 Thread suneel singh
Wow , it is very helpful On Tue, 25 Sep 2018, 11:40 p.m. Gear Crew, wrote: > nice man the awesome pdf but I want to add more about urls , views, and > link with model > > On Tuesday, 25 September 2018 19:48:12 UTC+2, Sudha Mohan wrote: >> >> >> -- > You received this message because you are subs

Re: hi friends am sending how to create a project in django with step by step. if you are satisfied please send me comments

2018-09-25 Thread Gear Crew
nice man the awesome pdf but I want to add more about urls , views, and link with model On Tuesday, 25 September 2018 19:48:12 UTC+2, Sudha Mohan wrote: > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

I want some guidance on Comments Table Structure

2017-01-11 Thread pradam programmer
Hi, I'm creating the Generic model for Comments i have following scenerios: 1. Comments conversion should happen between one to one. 2. Comments should show based on particular programs id. thank you. -- You received this message because you are subscribed to the Google Groups "Dj

Re: Django comments app - adding each field of comments app to div classes

2014-11-21 Thread Collin Anderson
, Code wrote: > > Also, is there a better alternative to comments app? thanks > > On Friday, 21 November 2014 09:10:40 UTC+5:30, Code wrote: >> >> I am using django comments app and am using bootstrap template for UI. >> >> In bootstrap I have; >> >>

Re: Django comments app - adding each field of comments app to div classes

2014-11-20 Thread Code
Also, is there a better alternative to comments app? thanks On Friday, 21 November 2014 09:10:40 UTC+5:30, Code wrote: > > I am using django comments app and am using bootstrap template for UI. > > In bootstrap I have; > > > Name > value="" aria

Django comments app - adding each field of comments app to div classes

2014-11-20 Thread Code
I am using django comments app and am using bootstrap template for UI. In bootstrap I have; Name and other div classes to fill in mame , email, url and comments. Django comments app's {% get_comment_form for post as form %} allows manually render fields

Re: Comments in real time

2014-08-27 Thread Aaron Reabow
thank you for the responses, I will have a go at each. I wonder if the angular and websockets approaches could compliment each other... On Friday, 22 August 2014 20:52:26 UTC+2, Julo Waks wrote: > > If you need to save the comments, take a look to django-angular. > Its an integ

Re: Comments in real time

2014-08-22 Thread Julo
If you need to save the comments, take a look to django-angular. Its an integration of angularJS into django. Where you can save the model via javascript, i really recommend you Angular for this. -Original Message- From: Collin Anderson Sender: django-users@googlegroups.com Date: Fri, 22

Re: Comments in real time

2014-08-22 Thread Collin Anderson
You could also look into the EventSource JavaScript API. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to th

Re: Comments in real time

2014-08-20 Thread Hannu Krosing
On 08/20/2014 05:11 PM, Aaron Reabow wrote: > Hi all, > > I use a proprietary application that let people on multiple browsers > comment. > > In real time their comments are displayed for everyone to see. > > What is quite nice, is that you can then order and group th

Comments in real time

2014-08-20 Thread Aaron Reabow
Hi all, I use a proprietary application that let people on multiple browsers comment. In real time their comments are displayed for everyone to see. What is quite nice, is that you can then order and group these comments. I have looked through the Django apps, but am unsure if any of them

Re: Alternatives to markup and comments modules

2014-08-08 Thread Collin Anderson
Create your own custom template filter for the markdown. Django's filter didn't do much besides import markdown and send the content through that. Comments now live here: https://github.com/django/django-contrib-comments -- You received this message because you are subscribed to

Alternatives to markup and comments modules

2014-08-08 Thread Vibhu Rishi
I just picked up an old project i was working on ( wasn't working on it for a year almost), and now the comments and markup modules are not working. It seems that they have been depricated in 1.6 ( project was in 1.4 ). What are the current alternatives for these ? Vibhu -- Simplicity i

Re: text media files for comments

2014-01-14 Thread Sven Aßmann
it. Should I use database for text comments, or is it better statatic > text files like image files in media folder. > > Any help is appreciated. -- Best Regards, Sven -- You received this message because you are subscribed to the Google Groups "Django users" group. To

text media files for comments

2014-01-13 Thread Fatih Tiryakioglu
Hi all, I want to render a static media .txt file from django template, but I can't load it. Should I use database for text comments, or is it better statatic text files like image files in media folder. Any help is appreciated. -- You received this message because you are subscribed t

Displaying images in comments/text fields

2013-12-13 Thread Vibhu Rishi
I want to show images in comments or text fields. I looked at markdown - and while it is quite cool for text formatting, it is quite archaic for image display. Also it does not do any resizing so some large images go out of bounds. So, can you guys guide me to some good template filter utility

How to add threaded comments in zinnia?

2013-08-13 Thread Hari Haran
I have been using zinnia as a blogging platform in my website. But i am unable to integrate threaded comments in zinnia. I tried installing zinnia_threaded_comments app and following the instructions given in the read me file. Can any one tell me, why it isn't working. What other options

Re: Is it possible to add SQL comments to a query built with the ORM?

2013-05-30 Thread akaariai
There is no public API way. You can likely do this with .extra(): Object.objects.filter(Q(pub_date__lte=datetime.now)).extra(where=['1=1 / * query no. 123 */']) - Anssi On 30 touko, 12:42, Timo Josten wrote: > Hint: This is a cross-post > fromhttp://stackoverflow.com/questions/16831162/is-it-p

Is it possible to add SQL comments to a query built with the ORM?

2013-05-30 Thread Timo Josten
Hint: This is a cross-post from http://stackoverflow.com/questions/16831162/is-it-possible-to-add-sql-comments-to-a-query-built-with-the-orm I am trying to identify slow querys in a large-scale Django 1.3 web application. As it is kind of difficult to match the raw sql query in the slow

Re: Doesn't display any comments

2013-05-18 Thread Anitha Rao
Your template code should be in the same line. like: the template code: Comments {% get_comment_count for bookmarks.sharedbookmark shared_bookmark.idas comment_count %} {% get_comment_list for bookmarks.sharedbookmark shared_bookmark.idas comment_list %} {% for

Re: Doesn't display any comments

2013-05-18 Thread Anitha Rao
Try this template code:The template tags should be lined up in one single line. Comments {% get_comment_count for bookmarks.sharedbookmark shared_bookmark.idas comment_count %} {% get_comment_list for bookmarks.sharedbookmark shared_bookmark.idas comment_list

How best to cache a queryset of Comments?

2013-03-14 Thread Phil Gyford
I have a site that uses the standard Django Comments app (well, a subclass of it, with not many changes) for comments on different content types. I'd like to be able to cache a list of comments, as fetching the comments is one of the most frequent and slowest queries that's happen

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Bruno Girin
On Tuesday, March 5, 2013 7:56:37 PM UTC, Dave Murphy wrote: > > On Tuesday, March 5, 2013 7:03:36 PM UTC, Bruno Girin wrote: >> >> So I'd much rather have the charm auto-generate part of the config in a >> sensible way and then tell people: if you use Juju, don't provide those >> settings in y

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Dave Murphy
On Tuesday, March 5, 2013 7:03:36 PM UTC, Bruno Girin wrote: > > So I'd much rather have the charm auto-generate part of the config in a > sensible way and then tell people: if you use Juju, don't provide those > settings in your config, the charm will do it. > ...and if they do? How is this any

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Christopher Glass
For what it's worth, "other PaaS solutions" solve this by letting people call a python function from settings.py I think it's a good solution. On Mar 5, 2013 8:04 PM, "Bruno Girin" wrote: > > > On Tuesday, 5 March 2013 13:35:41 UTC, Dave Murphy wrote: >> >> On Tuesday, March 5, 2013 1:17:13 PM U

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Bruno Girin
On Tuesday, 5 March 2013 13:35:41 UTC, Dave Murphy wrote: > > On Tuesday, March 5, 2013 1:17:13 PM UTC, Michael wrote: >> >> Are there other better options that wouldn't force people to change their >> code to use the charm? >> > > For the charm to be of sufficient value, it needs to be opiniona

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Dave Murphy
On Tuesday, March 5, 2013 1:17:13 PM UTC, Michael wrote: > > Are there other better options that wouldn't force people to change their > code to use the charm? > For the charm to be of sufficient value, it needs to be opinionated, otherwise it's going to suffer from trying to work out-of-the-box

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Michael Nelson
On Tue, Mar 5, 2013 at 1:55 PM, Dave Murphy wrote: > On Sunday, March 3, 2013 4:45:56 PM UTC, Bruno Girin wrote: > >> Patrick solved that problem by separating different config elements in >> different files but this implies that juju'ised applications would need to >> follow the same structure.

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Dave Murphy
On Sunday, March 3, 2013 4:45:56 PM UTC, Bruno Girin wrote: > Patrick solved that problem by separating different config elements in > different files but this implies that juju'ised applications would need to > follow the same structure. Is that a good idea? If you're aiming for a PaaS-style

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-05 Thread Michael
On Sunday, 3 March 2013 17:45:56 UTC+1, Bruno Girin wrote: > The main stumbling block at the moment and for which we could do with > Django expertise is about the structure of the settings files. Some > settings are application specific and should be left alone by Juju, others > are environment

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-03 Thread Bruno Girin
put >> python manage.py migrate --noinput >> post_static_script: >> type: string >> default: | >> #!/bin/sh >> python manage.py collectstatic -v 0 --noinput >> >> Note that this is not making unanimit

Re: Request for comments on a new Open Source Paas platform for Django

2013-03-02 Thread Christopher Glass
base configuration to be ready for some script. > * You could be not using south > * You might want to import some initial data and maybe only once at > install time. > * You could want to compress static files after running collectstatic > * etc > > An other idea could b

Request for comments on a new Open Source Paas platform for Django

2013-03-01 Thread Patrick
age.py pull would pull the latest version of the site and reload the application on every deployed Django machines. The bottom line here is that it's not simple to find out what a standard Django deployment (and is maintenance) looks like. That being said, I'm really looking forwar

Re: django-quickview v0.1 released - proof-of-concept/comments wanted

2013-02-19 Thread Derek
unning based on a given model in > less lines of code. It's pretty simple and not heavily tested, but I'd > like to see if any of you has any inital comments before I spend a lot > of time on it. > > The idea is that we always write the same views for alot of our >

django-quickview v0.1 released - proof-of-concept/comments wanted

2013-02-18 Thread Thomas Weholt
et generic scaffolding and basic views up and running based on a given model in less lines of code. It's pretty simple and not heavily tested, but I'd like to see if any of you has any inital comments before I spend a lot of time on it. The idea is that we always write the same views for alot o

Re: Django comments customization issue

2012-12-26 Thread sri
t;> >> Hi, I am trying to learn django comments customization by adding an >> integer field to the comments framework. My Model looks like below >> >> class CommentWithRating(Comment): rating = >> models.IntegerField(name='rating') >> >> And i

Re: Django comments customization issue

2012-12-26 Thread donarb
On Wednesday, December 26, 2012 11:43:47 AM UTC-8, sri wrote: > > Hi, I am trying to learn django comments customization by adding an > integer field to the comments framework. My Model looks like below > > class CommentWithRating(Comment): rating = > models.IntegerField(name=&

Django comments customization issue

2012-12-26 Thread sri
Hi, I am trying to learn django comments customization by adding an integer field to the comments framework. My Model looks like below class CommentWithRating(Comment): rating = models.IntegerField(name='rating') And i am trying to display the value in the rating field by using t

comments app customisation failure

2012-12-21 Thread sri
Hi, I am trying to customise the comments app by adding rating field. i am using django-ratings along with jquery-star. I have followed the instructions mentioned in http://www.azavea.com/blogs/labs/2011/04/jquery-star-rating-with-django-ratings/ but i am getting an error when i try to post

Django comments app customization

2012-12-21 Thread sri
Hi, I am trying to customise the comments app by adding a rating field using django-ratings and jquery-star. But when i try to post a comment, i am getting below error. Traceback: File "/Users/django*demo/godjango/lib/python2.7/site-packages/django/core/handlers/base.py" in ge

Re: GAE+Django+Threaded comments

2012-12-11 Thread JG
> by the datastore in GAE. > > so, I see only three solutions: > > - keep searching for a GAE-specific example. I'm sure somebody > somewhere has done threaded comments on GAE... > > - switch from datastore to Google Cloud SQL. it's supposed to be > MySQL-c

Re: GAE+Django+Threaded comments

2012-12-05 Thread Javier Guerra Giraldez
example, the tutorial you link uses Django-mptt, which uses aggregates, which aren't supported by the datastore in GAE. so, I see only three solutions: - keep searching for a GAE-specific example. I'm sure somebody somewhere has done threaded comments on GAE... - switch from datas

GAE+Django+Threaded comments

2012-12-05 Thread JG
Dear Folks, I am developing a blog. Every post should have a threaded comment system. I found a lot of examples on the internet, but the thing is - I am also working with Google App Engine. All example I found are not specified for GAE, but then I try to implement them I get errors( for example

Re: Does django's built-in comments component support pagination?

2012-09-23 Thread Scarl
Thanks for the answer! I have found something on django's official website. https://code.djangoproject.com/ticket/18143 It seems that the comments component are not paginateable with django's own paginator... 在 2012年9月24日星期一UTC+8上午1时28分45秒,Pablo Sanfilippo写道: > > Sorry, i th

Re: Does django's built-in comments component support pagination?

2012-09-23 Thread Pablo Sanfilippo
Sorry, i thought that views handle comments. I see now that comments are handled by the framework itself. El domingo, 23 de septiembre de 2012 11:12:10 UTC-3, Scarl escribió: > > I wonder is it possible to display 10 comments on one page? If it can, how > to do it?

Re: Does django's built-in comments component support pagination?

2012-09-23 Thread Scarl
perfect example. You have to replace de model by the model of your > comments. > > On Sunday, September 23, 2012 11:12:10 AM UTC-3, Scarl wrote: >> >> I wonder is it possible to display 10 comments on one page? If it can, >> how to do it? Using the django.core.paginator? &

Re: Does django's built-in comments component support pagination?

2012-09-23 Thread Pablo Sanfilippo
https://docs.djangoproject.com/en/dev/topics/pagination/?from=olddocs#using-paginator-in-a-view This is a perfect example. You have to replace de model by the model of your comments. On Sunday, September 23, 2012 11:12:10 AM UTC-3, Scarl wrote: > > I wonder is it possible to disp

Does django's built-in comments component support pagination?

2012-09-23 Thread Scarl
I wonder is it possible to display 10 comments on one page? If it can, how to do it? Using the django.core.paginator? please help! thx! -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web vi

Re: tastypie - some feedback / comments

2012-09-13 Thread Jani Tiainen
13.9.2012 11:23, sbrandt kirjoitti: After evaluating some API creation frameworks, namely tastypie, pistion and django rest framework, it came out that I would never use the first two in my projects. Sorry that I can't provide more detailed information, but it's about a year ago. Both had issues

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-13 Thread Cal Leeming [Simplicity Media Ltd]
ores event message, log level, target model+pk and timestamp) >>>> >>>> >>>>> Anyway, I'm rambling. If you would like to chat about this let me >>>>> know. I will update this group, or contact you when I start working on the >

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-13 Thread Derek
;>>> >>>> Kurt Pruhs >>>> Utah State University >>>> Programing & Design Team >>>> >>>> >>>> >>>> >>>> On Monday, September 10, 2012 1:43:17 PM UTC-6, Cal Leeming [Simplicity >>>

Re: tastypie - some feedback / comments

2012-09-13 Thread sbrandt
After evaluating some API creation frameworks, namely tastypie, pistion and django rest framework, it came out that I would never use the first two in my projects. Sorry that I can't provide more detailed information, but it's about a year ago. Both had issues with their architecture and philos

Re: tastypie - some feedback / comments

2012-09-12 Thread Thomas Orozco
echnology Department > Programming and Design Team > office: 435.797.9260 > cell: 435.890.0289 > > From: "Cal Leeming [Simplicity Media Ltd]" < > cal.leem...@simplicitymedialtd.co.uk> > Reply-To: "django-users@googlegroups.com" > Date: Wednesday, September

Re: Django-admin (was: tastypie - some feedback / comments)

2012-09-12 Thread Tomas Neme
The admin templates and views themselves are convoluted enough (the price of having them work with anything), and full of enough magic that it's not really feasible to build on top of them to add the required capabilities. Maybe adding new admin views would be a posibility, but what happens when yo

Re: Django-admin (was: tastypie - some feedback / comments)

2012-09-12 Thread Cal Leeming [Simplicity Media Ltd]
This is just my own opinion but, I can't ever see django-admin going much further than it is now - for much the same reasons as mentioned on the tastypie thread, nor have I come across any alternatives (yet) - although it'd be interesting to hear others thoughts on this. For me the thing I've foun

Django-admin (was: tastypie - some feedback / comments)

2012-09-12 Thread Tomas Neme
Since this came up, are there any more-or-less packaged alternatives to django-admin? More than twice I've had to give up in something as simple as rendering two-level FK indirections, lest I wanted to override most of the ModelAdmin classes. The thing is that I don't trust myself to be throughout

Re: tastypie - some feedback / comments

2012-09-12 Thread Kurt Pruhs
-users@googlegroups.com>> Date: Wednesday, September 12, 2012 6:27 AM To: "django-users@googlegroups.com<mailto:django-users@googlegroups.com>" mailto:django-users@googlegroups.com>> Subject: tastypie - some feedback / comments Hi all, For the last two years wheneve

tastypie - some feedback / comments

2012-09-12 Thread Cal Leeming [Simplicity Media Ltd]
Hi all, For the last two years whenever an API has been required for a project, we have just used our own API wrapper that consists of about 50 lines, then added in the bits we needed as we go along. So today, I decided to spread my wings a little and give TastyPie a try... here is a bit of feedb

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-11 Thread Cal Leeming [Simplicity Media Ltd]
a new module that allows for lightweight/easy >>>> relational event logging and auditing field changes. >>>> >>>> Our use case was to satisfy four main requirements; >>>> >>>> * Log events directly from models, whilst keeping a

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-11 Thread jondykeman
>>> information >>> * Ensure module was a drop-in replacement (only change required is to >>> subclass CuteModel) >>> >>> The code itself has been dragged out of our existing projects, cleaned >>> up slightly, and released as open source. >>

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-11 Thread Cal Leeming [Simplicity Media Ltd]
umentation and source code has been made available here: >> https://github.com/foxx/**django-cutemodel<https://github.com/foxx/django-cutemodel> >> >> Particular care has been made to ensure the code is able to scale up to >> many millions of rows, and we have not yet

Re: Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-10 Thread Kurt Pruhs
sues. > > In future, we'd love to add some extra features and do a bit more tidy up > - so any testing/feedback/features suggestions/comments would be > appreciated. > > Cheers > > Cal > -- You received this message because you are subscribed to the

Request for comments - django-cutemodel (model logging and field change auditing)

2012-09-10 Thread Cal Leeming [Simplicity Media Ltd]
o add some extra features and do a bit more tidy up - so any testing/feedback/features suggestions/comments would be appreciated. Cheers Cal -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: how to attach comments to a User instance

2012-09-06 Thread Mike Dewhirst
On 6/09/2012 4:07pm, heni yemun wrote: Hi, I'm having difficulty attaching comments to a User object i created. So walk me through the process of *attaching comments* to *displaying them*. THANK YOU! Difficult to know exactly what you are trying to do from your specification but typi

how to attach comments to a User instance

2012-09-05 Thread heni yemun
Hi, I'm having difficulty attaching comments to a User object i created. So walk me through the process of *attaching comments* to *displaying them*. THANK YOU! -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this di

Re: django comments with tinymce

2012-07-18 Thread Benas Girčys
I solved it. Problem was with AJAX :) On Tue, Jul 17, 2012 at 2:30 PM, Aljoša Mohorović < aljosa.mohoro...@gmail.com> wrote: > On Tue, Jul 17, 2012 at 10:47 AM, Benasg wrote: > > Hello, when I using django comments without tinymce it`s works perfect, > but > > when I ad

Re: django comments with tinymce

2012-07-17 Thread Aljoša Mohorović
On Tue, Jul 17, 2012 at 10:47 AM, Benasg wrote: > Hello, when I using django comments without tinymce it`s works perfect, but > when I add tiny I get error "This field is required". > Any suggestion? can you post models.py code before and after you added tinymce? Aljosa --

django comments with tinymce

2012-07-17 Thread Benasg
Hello, when I using django comments without tinymce it`s works perfect, but when I add tiny I get error "This field is required". Any suggestion? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on

Django comments flag "cancel" returns incorrect url

2012-07-09 Thread DF
I've set up django's built in comments in my application and I'm employing the flagging ability. The flagging works fine, but the 'cancel" link that appears on the template returns the following error when clicked: could not find http The template/form is as follow

edit form cannot be generated for django comments

2012-07-03 Thread Sachin Gupta
I wanted to have a functionality to be able to edit the comments posted using the comments app (not from the admin, from the site). As much as I know Django, to render an edit form we need to pass an instance of the object to the form which has to be edited like form = SomeForm(instance

Re: Django Comments-Redirecting

2012-02-23 Thread Babatunde Akinyanmi
gt; > change {% url > > %}" /> to > > your own custom view like the view you used to load the page where you > > are collecting the comments. > > > > Don't mean to be harsh but what were you thinking? > > > > django.contrib.comment

Re: Django Comments-Redirecting

2012-02-23 Thread coded kid
Thanks man! I've changed it to {{request.path}}. Not thinking bout anything. Just might be tired then! On Feb 23, 4:30 pm, Babatunde Akinyanmi wrote: > dude, > change {% url > %}" /> to > your own custom view like the view you used to load the page where you >

Re: Django Comments-Redirecting

2012-02-23 Thread Babatunde Akinyanmi
dude, change {% url %}" /> to your own custom view like the view you used to load the page where you are collecting the comments. Don't mean to be harsh but what were you thinking? django.contrib.comments.views.comments.comment_done by default redirects to the "Thanks for

Django Comments-Redirecting

2012-02-23 Thread coded kid
Hi guys, how can I get rid of users being directed to the “Thanks you for your comment” page after commenting in Django site? I users to be redirected to the same page they commented. I’m using Django comments. I’ve tried adding: But it’s not working. Below is codes in my comment/form.html

Re: Comments Not Displaying

2012-02-15 Thread coded kid
will I make it > > display comment? Please. > > This page has some hints: > > https://docs.djangoproject.com/en/1.3/ref/contrib/comments/#displayin... > > Cheers > > Tom -- You received this message because you are subscribed to the Google Groups "Django users" gr

Re: Comments Not Displaying

2012-02-14 Thread Tom Evans
On Tue, Feb 14, 2012 at 2:45 PM, coded kid wrote: > Below the status. I'm not sure if I fixed this. How will I make it > display comment? Please. > This page has some hints: https://docs.djangoproject.com/en/1.3/ref/contrib/comments/#displaying-comments Cheers Tom -- You

Re: Comments Not Displaying

2012-02-14 Thread coded kid
> > installing django comments and setting up all other things, I decided > > to give it a try by commenting on my status. > > > I commented and I was redirected to /comment/posted/. But the problem > > I'm facing is that, Django comments is not displaying my comment

Re: Comments Not Displaying

2012-02-14 Thread Daniel Roseman
On Tuesday, 14 February 2012 12:02:58 UTC, coded kid wrote: > > Hi guys, I'm using Django.contrib.comments in my Django web app. After > installing django comments and setting up all other things, I decided > to give it a try by commenting on my status. > > I commented

Comments Not Displaying

2012-02-14 Thread coded kid
Hi guys, I'm using Django.contrib.comments in my Django web app. After installing django comments and setting up all other things, I decided to give it a try by commenting on my status. I commented and I was redirected to /comment/posted/. But the problem I'm facing is that, Django c

Re: Comments Link- How to?

2012-02-13 Thread Babatunde Akinyanmi
Oh ok. Just render the comments as usual then use jquery of pure javascript to hide it by default. Tie the link to the onclick event such that it triggers the unhiding of the comment div. Simple. On 2/13/12, coded kid wrote: > Okay. Just like this. Comment > Link Name > > Where &

Re: Comments form customization

2012-02-13 Thread Fabio Natali
On 02/13/2012 11:12 AM, Fabio Natali wrote: http://stackoverflow.com/questions/1456267/django-comments-want-to-remove-user-url-not-expand-the-model-how-to/4766543#4766543 This link worked fine for me. :-) -- Fabio Natali FNstudio http://fnstudio.it fabio_natali@skype -- You received this

Re: Comments form customization

2012-02-13 Thread Fabio Natali
On 02/13/2012 11:44 AM: Yeah, thanks for the reply. I followed the doc but it's not working for me. [...] Hi there! If you have an object my_object passed by your view to your template, I think you can write: {% load comments %} {% get_comment_count for my_object as comment_

Re: Comments Link- How to?

2012-02-13 Thread coded kid
Okay. Just like this. Comment Link Name Where "Comment Link Name" is the name you want to give to your link. So when a user click on it, it should show the comment form on the same page. I hope you now get my point? On Feb 13, 1:26 pm, Babatunde Akinyanmi wrote: > Please Rephrase. I don't get

Re: Comments Link- How to?

2012-02-13 Thread Babatunde Akinyanmi
Please Rephrase. I don't get the part of "comment link name" On 2/13/12, coded kid wrote: > Hi Guys, How can I link to “Django Comment form”, so that when a user > clicks on the “Comment Link Name” It will display the Comment Form on > the same page with the post. I hope you get my point? If you

Comments Link- How to?

2012-02-13 Thread coded kid
Hi Guys, How can I link to “Django Comment form”, so that when a user clicks on the “Comment Link Name” It will display the Comment Form on the same page with the post. I hope you get my point? If you do please answer and if you don’t ask me to explain further. -- You received this message becaus

  1   2   3   4   5   6   7   >