Problems with Template "Extends" - Voodoo, anyone?

2008-07-21 Thread Tye
Quick background: I started a new project ("mpi") and app ("main"), created a template folder and added its path to settings, and did everything I needed to do with database work. Also fooled around with Admin (which worked). What happened: I created an html file from scratch, plopped it into the

Re: Problems with Template "Extends" - Voodoo, anyone?

2008-07-19 Thread Tye
clear what problem you're having here. What are those > noticeable differences? > > On Jul 19, 12:54 pm, Tye <[EMAIL PROTECTED]> wrote: > > > Quick background: I started a new project ("mpi") and app ("main"), > > created a template folder and

Re: memcached

2008-07-10 Thread Tye
It could be that IE cached the 500 page, whereas Firefox didn't. Try: in IE. It force-refreshes the page by dumping the browser's cache for said page :) Sent from my iPhone On Jul 9, 2008, at 20:09, gt7658b <[EMAIL PROTECTED]> wrote: > > The previous information was not accurate. Actua

Re: Do you code django with Komodo?

2008-06-24 Thread Tye
(Winblows) Notepad and (OpenBSD) vi :-) I don't like colors or auto-complete. Just another example of what André said: "editors and IDEs are a very personal choice..." On the front-end: Firebug to notepad. Semi-off-topic: Does anybody know how to get notepad to save as UTF-8 by default? It keep

Re: psycopg2

2008-06-24 Thread Tye
Django is known for and designed to be *flexible.* If you don't like how a certain stack is made, make it better. It's one of Django's core philosophies. Sent from my iPhone On Jun 24, 2008, at 9:28, Will <[EMAIL PROTECTED]> wrote: > > Michael, > >>> In terms of security, perhaps this is the

Re: url views problem

2008-06-24 Thread Tye
Why does the /shows/ etc url string end with /s' ? Typo? Sent from my iPhone On Jun 24, 2008, at 3:23, sebey <[EMAIL PROTECTED]> wrote: > > I have gotten this traceback > > Traceback (most recent call last): > File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-pac

Re: Manipulating URLs

2008-06-23 Thread Tye
I knew I'd write a long, pseudo-detailed post, just to turn around and find something so very simple. I knew it! Thanks Matthias :-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Re: Any suggestions on encryption methodology?

2008-06-23 Thread Tye
Peter said: """ I don't know what kind of application you implement and how sensitive data actually are """ Let sensitive data = social security number, credit card info When the user hits submit, I want the SSN to be encrypted, stored in a database (encrypted), read from a database (encrypted) b

Re: Manipulating URLs

2008-06-23 Thread Tye
@shravster – In urls.py, have something like this: # urls.py from django.conf.urls.defaults import * from mysite import views as root urlpatterns = patterns('', (r'^message/send/$', root.message_send), (r'^message/failed/(?P)/$', root.message_faile

Any suggestions on encryption methodology?

2008-06-22 Thread Tye
Say - for the sake of example - I'm accepting highly sensitive financial data through a form over SSL. Staff members need to retrieve that information at a later time. Meanwhile, I want that data to be encrypted while it's sitting in the database. What do you suggest? Sent from my iPhone -

Re: gathering a group for a new web2 project

2008-06-22 Thread Tye
More details? On Jun 22, 10:35 am, José Moreira <[EMAIL PROTECTED]> wrote: > Hi all, > > i have a web2 project i'm working on, there's some stuff already done > but i'm considering scratching up in django. > > i'm working alone and it would be great to gather up a team. > > anyone interest let me