Re: Student Club Management Web App: Seeking Collaboration and Advice from Experts

2024-03-04 Thread phala mat
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

Tool to document project urls, views, templates, etc...

2015-12-12 Thread Mat Gessel
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

Filtering

2010-06-03 Thread Mat
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

Multi Queryset one Paginator

2010-03-09 Thread Mat
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

Q regex

2009-10-06 Thread Mat
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

Re: ANN: Django 1.1 released!

2009-07-30 Thread Mat Clayton
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

Constraining LEFT OUTER JOIN with aggregates?

2009-07-12 Thread Mat
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

Re: pdb debugging problem

2009-01-09 Thread Mat
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

pdb debugging problem

2009-01-09 Thread Mat
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

RE: sidebar app

2008-07-07 Thread Mat
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

RE: Outside a web server, as a service

2008-06-02 Thread Mat
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

RE: Django Performance using PyISAPIe on IIS Rocks

2008-05-12 Thread Mat
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

RE: Google App Engine Django??

2008-04-09 Thread Mat
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

Google App Engine Django??

2008-04-09 Thread Mat
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

RE: Google App Engine & Django

2008-04-08 Thread Mat
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

RE: Google App Engine & Django

2008-04-08 Thread Mat
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

RE: Google App Engine & Django

2008-04-08 Thread Mat
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

RE: Anybody successfully deployed Django to appengine? Having some problems

2008-04-08 Thread Mat
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

RE: Auth System

2008-04-01 Thread Mat
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

Auth System

2008-04-01 Thread Mat
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

RE: Django font

2008-04-01 Thread Mat
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

Django font

2008-04-01 Thread Mat
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?

Adding custom fields to M2M relationship

2008-03-03 Thread Mat
, 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

RE: vista install

2008-01-24 Thread Mat
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

RE: symfony developer looking at converting.....just a few quick questions

2008-01-23 Thread Mat
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

RE: symfony developer looking at converting.....just a few quick questions

2008-01-23 Thread Mat
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

RE: Sending SMS messages

2008-01-23 Thread Mat
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 <[

symfony developer looking at converting.....just a few quick questions

2008-01-23 Thread Mat
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