Hi,
is there a nice way to redirect the user to a custom login page when
accessing a django admin site?
I'm thinking about something like LOGIN_URL in settings.py.
regards
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Yeah thank you, had an outdated django version.
but I have another fundamental question about ImageField.
If I use ImageFields in a Form, does to form handle the storage for me or have I
to save the image specially?
Because I cant figure out how Im
_userpic(request.FILES['userpic'])
def handle_userpic(f):
destination = open('/home/d3f3nd3r/hackerspace-os/mos/media/tmp', 'wb+')
for chunk in f.chunks() : -> ERROR : 'FileDict' object has no attribute
'chunks'
d
3 matches
Mail list logo