On Sep 30, 9:28 am, [EMAIL PROTECTED] wrote:
> We have an online application for school, where we request the
> individuals SSN and PharmCAS information. The application will be at
> saywww.oursite.com/application/. Since we're gathering sensitive
> data, I want to obviously make this secure using https:// I don't want
> the rest of the site to be on secure, just the online app part of the
> site. What would be the best way to do this? Create a 
> subdomain,https://application.oursite.com/or can I just 
> securehttps://www.oursite.com/application/?

There are a couple snippets that you might want to look into if you
want to go the single domain route:

http://www.djangosnippets.org/snippets/880/

http://www.djangosnippets.org/snippets/85/

-RD
--~--~---------~--~----~------------~-------~--~----~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to