Authentication with Email

2013-03-19 Thread fire_water
Hi, I am fairly new to Django and have started building a website that will require users to create an account with a username, email address, and password. Users will log in with their email address and password, not username. There has been a lot of discussion about this topic in the past, b

Auth System: clarification on usage

2013-03-17 Thread fire_water
Hello, I am fairly new to Django but have started developing my first app. The app will require the general public to create an account before being allowed to post comments on the website. After reading through The Django Bookand The Docs

Upload Multiple Images App ?

2011-08-05 Thread fire_water
I am writing my first Django application and one feature I want to include is the ability for each registered user to be able to upload multiple images. (By registered user, I just mean a typical "create username/password, wait for email notice, activate account".) Each image would be automaticall