Teradata - BE Module

2020-12-15 Thread Norbert Stréling
Hi All, I have a corporate web app project which should be set on Teradata DWH. I have been looking for TD back end django module. I have found one, however it is not finished yet. Does anyone know initiatation regarding such django development? Thanks in advance. Cheers, Norbil -- You rece

Re: Documentation misspelling - Django 3 - maybe

2020-03-06 Thread Norbert Rácz
ord_change_form.html'. So you are incorrect. > > Regards, > > Andréas > > > Den ons 4 mars 2020 kl 18:19 skrev Norbert Rácz >: > >> Here: >> https://docs.djangoproject.com/en/3.0/topics/auth/default/#django.contrib.auth.views.PasswordChangeView >> >

Documentation misspelling - Django 3 - maybe

2020-03-04 Thread Norbert Rácz
Here: https://docs.djangoproject.com/en/3.0/topics/auth/default/#django.contrib.auth.views.PasswordChangeView This line: template_name: The full name of a template to use for displaying the password change form. Defaults to registration/password_change_form.html if not supplied. The "password

South trunk with Django trunk? (wierd error)

2010-02-19 Thread Norbert Wójtowicz
errand? 2. I'm hoping it's just User Error on my part. Here's the error I can't grok: $ ./django/bin syncdb $ ./django/bin convert_to_south locations (or any other app) Traceback (most recent call last): File "./bin/django", line 22, in djangorecipe.manage.m

MultipleForm factory and optional forms

2009-10-26 Thread Norbert Wójtowicz
for form in self.forms)) def as_ul(self): return mark_safe('\n'.join(form.as_ul() for form in self.forms)) def as_p(self): return mark_safe('\n'.join(form.as_p() for form in self.forms)) def is_multipart(self): return any(form.is_multipart() for form in

Re: PayPal integration

2008-04-04 Thread Norbert
There is a recipe in ASPN http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/456361 Not tested by me and not django related but maybe it helps On 27 Mrz., 05:54, e <[EMAIL PROTECTED]> wrote: > Is there a tutorial or stand-alone django app somewhere that shows how > to make a PayPal payment

Re: Oracle Backend - syncdb

2007-11-21 Thread Norbert
Maybe you can change the tablespace in the initial sql, see here http://www.djangoproject.com/documentation/model-api/#database-backend-specific-sql-data Norbert --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Automatically starting the FastCGI server

2006-11-05 Thread Norbert Wojtowicz
I am also interested in how others have solved this. I hope I'm not hijacking the thread, but could we see your Debian approach to this problem? Grigory Fateyev wrote: > Hello orestis! > On Fri, 03 Nov 2006 18:53:26 - you wrote: > > >> Hello, >> >> I'm new to linux administration, but I t

TagsField app and m2m bug

2006-10-20 Thread Norbert Wojtowicz
orting the bug to Ivan directly, is because I'm curious whether this is "correct" behavior. If 'IN ()' is legal in postgres (could someone verify one way or the other?) than maybe this should be ticketed as a django-mysql bug and fixed accordingly?

Re: Confused: staff / active users

2006-09-29 Thread Norbert
[user exists, passwords match] and is_authenticated() [is_valid_user() and can actually use the system]. The method names need work, but I think this is a valid issue -- maybe at least make this more explicit in the docs. Norbert --~--~-~--~~~---~--~~ You received this

Re: django admin errors

2006-06-28 Thread Norbert
at the moment. Please let me know if you need to know anything more, or need me for testing. Thanks for the response! Norbert --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

django admin errors

2006-06-28 Thread Norbert
ue before a many-to-many relationship can be used." % model) ValueError at /iit/2006/summer/ipro338/email/send/ instance needs to have a primary key value before a many-to-many relationship can be used. Any and all suggestions welcome, even if only for the second problem (I can live

django admin errors

2006-06-28 Thread Norbert Wojtowicz
ue before a many-to-many relationship can be used." % model) ValueError at /iit/2006/summer/ipro338/email/send/ instance needs to have a primary key value before a many-to-many relationship can be used. Any and all suggestions welcome, even if only for the second problem (I can live

How can users only edit their own files?

2006-04-27 Thread Norbert
ented in the models/views and not in the admin interface, but any help would be appreciated. Thanks for any help, Norbert --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

Re: Using _pre_delete() to stop execution

2006-04-12 Thread Norbert
patch? http://code.djangoproject.com/attachment/ticket/1132/current_user_field_patch.2.diff These are just some random thoughts, feel free to ignore them. Thanks for the great software, I'm hoping to devote more time to it as soon as I get a chance. ;-) Norbert. --~--~-~--~~~---

Using _pre_delete() to stop execution

2006-04-11 Thread Norbert
his before or have any ideas? Thanks, Norbert --~--~-~--~~~---~--~~ 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

Re: basic extension of users.User

2006-04-11 Thread Norbert
Thanks, that was my problem. :) > def __repr__(self): > return self.get_user().get_full_name() --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-u

basic extension of users.User

2006-04-10 Thread Norbert
is because I've read those options are not currently the best idea for extending User. Any advice or help would be most appreciated, Norbert. Cryptic error when adding Stakeholder using admin interface: Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/django/core/s