Re: flatpages and 404s

2007-12-07 Thread zero
hm ... I have the same problem, but no solution to it as Loki. I did exactly the same as what he decribed above. very annoying if something that simple doesn't work. I am running django with mod_python and also checked the Apache access logs to be sure to get that 404 that is required to make flat

Re: flatpages and 404s

2007-12-07 Thread zero
*erch* seems as if I also trapped into the SITE_ID problem ... see here http://groups.google.com/group/django-users/browse_thread/thread/6b0c21bb395df46/a1c24b6c76dc6ac1?hl=de&lnk=gst&q=flatpages#a1c24b6c76dc6ac1 On 8 Dez., 02:04, zero <[EMAIL PROTECTED]> wrote: > hm ..

PageAdmin.fieldsets[0][1]['fields']' refers to field 'username' that is missing from the form.

2011-01-02 Thread Ground Zero
Hello, I am trying to make a custom (extended) User, according to this: http://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users So I created my own user called DashboardUser, made a link to django User using models.OneToOneField and added several additional at

How can i keep test data in django testing

2015-05-28 Thread Sub Zero
I am using django 1.8 and it says to use --keepdb to save test database https://docs.djangoproject.com/en/1.8/topics/testing/overview/#the-test-database I am doing that and database is there but everytime i see it and it is empty and has no data in it. Is there any way that i can preserve th