Re: Password protect content

2015-11-02 Thread John
This is really cool, something I didn't know existed and something I will use immediately. Thanks. John On 02/11/15 21:59, Russell Keith-Magee wrote: > Hi Andrew, > > On Tue, Nov 3, 2015 at 12:37 AM, Andrew S > wrote: > > Hello, > > I have a folder full of HTML

Re: Password protect content

2015-11-02 Thread Russell Keith-Magee
Hi Andrew, On Tue, Nov 3, 2015 at 12:37 AM, Andrew S wrote: > Hello, > > I have a folder full of HTML files that will reside on a subdomain. > > I would like to password protect these with user accounts etc. > > > Can this be easily completed with Django? is there any packages that > already do

Re: Password protect content

2015-11-02 Thread Aaron C. de Bruyn
You might want to check out Apache .htaccess files for securing the files. Django sounds like it might be overkill for password protecting files. -A On Mon, Nov 2, 2015 at 8:37 AM, Andrew S wrote: > Hello, > > I have a folder full of HTML files that will reside on a subdomain. > > I would like t

Password protect content

2015-11-02 Thread Andrew S
Hello, I have a folder full of HTML files that will reside on a subdomain. I would like to password protect these with user accounts etc. Can this be easily completed with Django? is there any packages that already do this? Andrew -- You received this message because you are subscribed to