Re: Possible interest in a webcast/presentation about Django site with 40mil+ rows of data??

2011-06-22 Thread Mishen'ka
I really like the idea, hope i can see it soon. Interessting thanks On 22 jun, 15:15, "Cal Leeming [Simplicity Media Ltd]" wrote: > Hi all, > > Some of you may have noticed, in the last few months I've done quite a few > posts/snippets about handling large

Re: Error after updating to Django version 1.3

2011-05-15 Thread Mishen'ka
I have found the sollution .. Since version 1.3 i need to set the setting LOGGING_CONFIG I placed LOGGING_CONFIG = None in settings.py and now it works On May 15, 7:36 pm, "Mishen'ka" <maarikbennietb...@gmail.com> wrote: > Hello everyone, > > I was updating my Djan

Error after updating to Django version 1.3

2011-05-15 Thread Mishen'ka
Hello everyone, I was updating my Django version to version 1.3 And i get a error where i cant find the reason. I have nothing more then this message: MOD_PYTHON ERROR ProcessId: 3138 Interpreter:'server1.lokaal' ServerName: 'server1.lokaal' DocumentRoot: '/var/www' URI:

Problem with paths

2011-03-22 Thread Mishen'ka
Hi everyone, I have a strange problem. On my home server, everything works. I have a Ubuntu server with all things installed what i needed. Now i want to emigrate all things to a live configuration situation: path of project: /home/django/profile/settings.py because i use Plesk on OpenSuse i

Re: Change language on login

2011-02-21 Thread Mishen'ka
Hi Thomasz, I have it working with your solution. Thank you very much! On 21 feb, 23:28, Tomasz Zieliński <tomasz.zielin...@pyconsultant.eu> wrote: > On 21 Lut, 21:50, "Mishen'ka" <maarikbennietb...@gmail.com> wrote: > > > Hello all, > > > I have

Change language on login

2011-02-21 Thread Mishen'ka
Hello all, I have make a site with translated menu items etc. Now i want to change the language on login. By example i'm from the netherlands and want the Dutch language. or i'm from america, so i want English as language. So i have change few things in the login pagina, but it doesn't change

Question about including views in base templates

2011-01-27 Thread Mishen'ka
Hello everyone, I'm a while busy with coding in Django applications. Now i have a question, because what I want to do, doesn't work right. if I request the url: http://localhost/shorts/ I have a short template who gives me messages. This template is loaded in a default template base.html. Now