Interested, this will be a good learning opportunity for me
+27739060158
On Mon, Mar 4, 2024 at 10:00 AM Patient makanga
wrote:
> Interested, here is my WhatsApp: +27692415579.
>
> On Sun, Mar 3, 2024, 8:28 PM SOLTAN NOURELDIEN wrote:
>
>> The number is incorrect, I Can't find you on the whatsa
rences is a bit
of a nuisance. I found manage.py graph_models, but that only processes
models.
I lieu of a tool, anyone have organizational practices they'd like to share?
Thanks,
--
Mat Gessel
http://www.asquare.net
--
You received this message because you are subscribed to the Google Groups
Okay so I am trying to figure out how to do the following. I have some
data in a table that users don't need to see but they need to see
other data in the same table. So I am trying to figure out if there is
any way to do a "global" filter so i don't have to do an exclude on
every query of that tab
querysets into one big queryset not a chain of
querysets?
thanks
mat
--
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.
To unsubscribe from this group, send email to
dj
Okay so here is my code:
**This way works and does not error**
rs = BadActor.objects.filter(addr__iregex='^(192\.188\.)(.*)(\.20)$');
print len(rs);
print rs[0].addr
***This way errors
q = Q({'addr__iregex':'^(192\.188\.)(.*)(\.20)$'});
rs = BadActor.objects.filter(q);
print
huge congrats, everyone! Been running on trunk for a while now, loving it!
On Wed, Jul 29, 2009 at 6:16 PM, matt barto wrote:
>
> Congrats! Can't wait to try it out. Thanks for all the hard work.
>
> On Jul 28, 11:23 pm, James Bennett wrote:
> > Tonight we're extremely proud to announce the r
I'm trying to replace a convoluted database-specific SQL statement
with the new aggregates functionality. As an example, say I have a
database structured with tables for blogs running on many domains
(think .co.uk, .com, .etc), each taking many comments:
domains <- blog -> comment
The following
Here it is:
Traceback:
File "/home/mat/projects/gae-django/dev/polls/views.py" in index
7. return HttpResponse("Hello!")
File "/home/mat/projects/gae-django/dev/polls/views.py" in index
7. return HttpResponse("Hello!")
File "/usr
inside the function) won't be raised and will generate a web page
that begins with:
> /home/mat/projects/gae-django/dev/polls/views.py(7)index()
-> return HttpResponse("Hello!")
(Pdb)
Status: 500 INTERNAL SERVER ERROR
Content-Type: text/html
and the the rest of the django debug
e and but rarely to
developers ever find/use them!
Mat
-Original Message-
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Alaa Salman
Sent: 07 July 2008 09:41
To: Django users
Subject: Re: sidebar app
On Jul 7, 10:34 am, keegan3d <[EMAIL PROTECTED]> wr
Ive been using Django Bootstrap with a CRON job,
(http://www.djangosnippets.org/snippets/374/)
Been working wonderfully for me. Hope it helps, looks very similar to your
code though...
Mat
-Original Message-
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of
run
all out symfony servers and they wouldn't cope otherwise!
Mat
-Original Message-
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of rcs_comp
Sent: 11 May 2008 07:32
To: Django users
Subject: Django Performance using PyISAPIe on IIS Rocks
I decided to do a
Ah well, shame, never mind then.
Mat
-Original Message-
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Brett Parker
Sent: 09 April 2008 15:44
To: django-users@googlegroups.com
Subject: Re: Google App Engine Django??
On 09 Apr 15:35, Mat wrote:
> Just fo
e code and work out if this is django models
running on appengine, I'd love to know. Not had time to look through it in
depth yet, but thought I'd post it up for your opinions
Mat
--~--~-~--~~~---~--~~
You received this message because you are subscri
Smells like a google summer of code project to me :)
Would it not be possible to simulate joins in the ORM by doing multiple
requests? Like I said I don't know the backend code, so this could be either
trivial or impossible and I wouldn't know the difference!!
Mat
-Origin
appengine, but without db
support its limited, even sqlite wont work, as we don't have filewrite
access :(, needs a new db backend adding into django as far as I can tell.
Mat
-Original Message-
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Marty Alchin
Se
Why don't we start a new branch (probably off query-set) to include bigtable
support into the ORM, shouldn't all other modules work after the model
system is updated?
Mat
-Original Message-
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Marty Alchi
ghts, or
am I totally wrong?
I'm dying to have a go on it...
Mat
-Original Message-
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of shabda
Sent: 08 April 2008 09:59
To: Django users
Subject: Anybody successfully deployed Django to appengine? Having some
problem
a project?
Mat
-Original Message-
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of James Bennett
Sent: 01 April 2008 21:47
To: django-users@googlegroups.com
Subject: Re: Auth System
On Tue, Apr 1, 2008 at 3:38 PM, Mat <[EMAIL PROTECTED]> wrote:
> I
news on a timeframe?
Should I try and merge query-set and generic-auth, or would I be better
waiting for any potential new auth system? Any thoughts, I'd love to hear
them,
Thanks in Advance,
Mat
--~--~-~--~~~---~--~~
You received this message because you are
Thanks, that's just what I was looking for, little pricey though
Thanks again,
Mat
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Justin Lilly
Sent: 01 April 2008 14:49
To: django-users@googlegroups.com
Subject: Re: Django font
It's a "home
Slightly off topic here, but I'm putting a website together at the moment,
and need a logo, I really like the django font and it would fit in with the
rest of the style wonderfully, does anyone know what its called/have a link,
or is it a homemade logo?
, and this should be able to vary on a source by
source basis.
Any thoughts?
Thanks in advance.
Mat
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email
This probably isn't of much help, but I'm running vista here, I did
django-admin.py startproject testproject without any issues, certainly knows
py as executable, I'm running python 2.5.
Hope this helps,
Mat
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On
Thanks, thats looks like what I was talking about, would be quite nice to
wrap it all up into a little pop up bar,
Thanks CJL for the SQL link as well, ill give them both a go.
Mat
-Original Message-
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Emil
Sent
the sort of thing I'm after, ill
have a look through them later on, but the documentation looks like what I'm
after.
Thanks for the help, I'm looking forward to putting a quick django site
together now for proper test.
Mat
-Original Message-
From: django-users@googlegro
ed the system.
Been very impressed by them
Mat
-Original Message-
From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Papalagi Pakeha
Sent: 23 January 2008 04:27
To: django-users@googlegroups.com
Subject: Re: Sending SMS messages
On Jan 23, 2008 5:01 PM, John <[
suggestions how to do this, I
think I must have just missed something.
Thanks,
Mat
--~--~-~--~~~---~--~~
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@go
28 matches
Mail list logo