ave
> two different approaches to choose/cherry pick from :)
Yes, that would be great :-).
> Russ, thanks for letting us know about this.
+1
>
> On 24 Jun 2011 06:49, "Thomas Weholt" wrote:
>>
>> On Fri, Jun 24, 2011 at 3:54 AM, Russell Keith-Magee
>> wrote:
@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this
ith Thomas, It'll be great it you are providing screenshots or
>> demo project.
>>
>> On Mon, Jul 4, 2011 at 7:01 PM, Thomas Weholt
>> wrote:
>>>
>>> Did you have any screenshots? Didn't see any.
>>>
>>> Thomas
>>>
>
i_imports', expected 'endblock' or 'endblock
extrahead'
So; How can I call a defined templatetag inside my {% block extrahead
%}-block? I've tried
{% block extrahead %}
{{kolibri_imports }}
But that didn't produce anything.
This is probably simple, but ... tha
On Mon, Jul 4, 2011 at 6:09 PM, Ian Clelland wrote:
> On Monday, July 4, 2011, Thomas Weholt wrote:
>> I've created a templatetag called {% kolibri_imports %} which I use
>> the in the head-section of my templates. It imports related to
>> stylesheets, javascript li
option of taking input from the
user before executing background tasks.
Screencast at www.weholt.org.
Thanks for your attention.
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this message because you are subscribed to the Google Groups
"Django users" grou
t; group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
up on the right side of the page. But I
want to have a custom page for displaying the actual photos using the
same filter set in the change_list page. Is this possible?
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this message because you are subscribed to the Google
:07 AM, Subhranath Chunder
wrote:
> Yes, you can do that. You would have to override the default
> change_view_template. And if required, then probably the changelist_view()
> too.
>
> On Wed, Aug 10, 2011 at 2:28 PM, Thomas Weholt
> wrote:
>>
>> Is it possible to keep
ing for new change_list template
> https://docs.djangoproject.com/en/dev/ref/contrib/admin/#custom-template-options
>
> On Wed, Aug 10, 2011 at 2:49 PM, Thomas Weholt
> wrote:
>>
>> Hmmm ... Not sure how to do that. You could say I want an alternative
>> change_list page, but not by
k and probably the best solution performance wise, but
if it has to be done in python I'll do that too.
Ref question on stackoverflow:
http://stackoverflow.com/questions/4610717/django-determining-if-geographic-coordinates-are-inside-of-an-circle
--
Mvh/Best regards,
Thomas W
ant
> to sort before you've winnowed, so there may be a sub-query (or so) involved.
>
> You might even be able to do it using the "raw" model manager method, though
> having calculated the cos of the distance angle, and assuming that you will
> want to display the
gt; I bet Google has worked all this out before..
>
> Good luck - and I'm interested in the result.
>
> Mike
>
> On 12/08/2011 5:51pm, Thomas Weholt wrote:
>>
>> Thanks for your detailed reply :-) I'll try to figure it out. So far I
>> got a few candi
011 at 12:28 PM, Thomas Weholt wrote:
> Hi all,
>
> This is what I've come up with so far. Not tested, but I came across
> an old piece of code doing the same thing ( I knew I'd done it before,
> just had to look deep into my code archives ;-) ):
>
> http://dpaste.com/59
re subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://
re subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> h
nts
'()' and keyword arguments '{}' not found.
So the question is; how can I use the url template tag in templates
extending the standard admin templates and refer to a view defined in
my app by name?
What am I now seeing here?
--
Mvh/Best regards,
Thomas Weholt
http://www.weh
;m trying to do?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr
//groups.google.com/group/django-users?hl=en.
>
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.co
Just released a new version of DSE for django and would like to get
comments, flames, whatever.
http://pypi.python.org/pypi/dse/0.3.0
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this message because you are subscribed to the Google Groups
"Django users"
thttp://groups.google.com/group/django-users?hl=en.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "Django users" group.
>>> To post to this group, send email to django-us...@googlegroups.com.
>
On Fri, Jan 7, 2011 at 9:40 AM, bruno desthuilliers
wrote:
>
>
> On 6 jan, 15:49, Thomas Weholt wrote:
>> Just released a new version of DSE for django and would like to get
>> comments, flames, whatever.
>>
>> http://pypi.python.org/pypi/dse/0.3.0
>>
>
On Fri, Jan 7, 2011 at 9:45 AM, Cal Leeming [Simplicity Media Ltd]
wrote:
> Do you have any performance comparisons? Would be interested to see them.
> Cheers
> Cal
These tests were all done using an in-memory SQLite database:
Lots of inserts using dse:
dex = dse.ModelDelayedExecutor(fo
On Fri, Jan 7, 2011 at 2:31 PM, Derek wrote:
> Thomas
> That looks potentially useful - can you please give an example (on the
> webpage) of how to do a multi-row insertion? I typically need to add
> thousands of rows from existing spreadsheets - am using xlrd to read the
> data, but if DSE could
ut the problem is that almost all models
> are related to one model which is common and will be in different app.
> Is it still a good idea to divide into different apps and make import
> from external app?
>
> Thanks
>
>
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt
oups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this message
ooglegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to t
you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> h
FYI: release version 0.5.0 of DSE yesterday. Source is available at
https://bitbucket.org/weholt/dse and pypi.
Regards,
Thomas Weholt
On Tue, Feb 15, 2011 at 10:10 AM, Sithembewena Lloyd Dube
wrote:
> Hi Everyone,
>
> Coming back weeks later, to say thank you for your contributio
jango-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
Just released a new version of DSE - delayed SQL Executor.
Typical 10x speed gain when inserting or updating lots of records
using DSE compared to using the django orm.
http://pypi.python.org/pypi/dse/0.6.0
Comments and feedback appreciated.
--
Mvh/Best regards,
Thomas Weholt
http
I do this the correct way without messing with
django source?
Thanks in advance.
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to dj
the template somehow and add my own template code
to accomplish what I`m after.
Any hint or thoughts on how to do this would be great, and I apologize
in advance for adding the attachment.
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this message because you are
to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
--
Mvh/Best regards,
Thomas Weh
Is there an app for logging visitors with a nice report, like a report
showing number of visitors for a specific page, users with a specific
browser/OS etc?
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this message because you are subscribed to the Google Groups
jango-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
--
Mvh/Best regards,
Thomas Weholt
http://www.wehol
I see from the docs that ImageField takes an param called upload_to. I
want to put uploaded files into a specific folder for that specific
user uploading the image. And the target folder is NOT in the media
root. Any tips on how to achieve that?
--
Mvh/Best regards,
Thomas Weholt
http
Hi,
I need to create a custom django model field, a varchar(10) field which has
a calculated value set on save on the model using it and then never
changed. This should happen automatically. This field should appear as
hidden or read-only in forms and it would be nice to handle the render
outp
unning
in the browser, handling the exact same html as before should suddenly stop
working because I added some fields using an abstract model with fields not
even being rendered on the page which has now stopped working.
Any hints?
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
Yo
up, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/2d498dbe-3880-4986-9dc6-a4f7a68ed1b6%40googlegroups.com
> .
> For more options, v
hat is the current status of the project?
Are there other projects to base a social site on, similar to pinax?
--
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe
101 - 142 of 142 matches
Mail list logo