Django + WSGI authentication

2016-10-13 Thread Garry
#x27;m at a loss how to debug this further; thoughts or suggestions, please? Thanks, Garry -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+

Decorate 3rd party app's views

2012-09-20 Thread Garry Polley
Currently I am having to choose between two ways to decorate 3rd party apps views: 1) Use a middleware (http://stackoverflow.com/questions/2164069/best-way-to-make-djangos-login-required-the-default) 2) Use some url 'magic' to apply the decorator (http://stackoverflow.com/questions/2307926/i

Re: Decorate 3rd party app's views

2012-09-21 Thread Garry Polley
clude to that function. It would do the same thing this bit of code is doing. On Thursday, September 20, 2012 11:22:01 AM UTC-5, Garry Polley wrote: > > Currently I am having to choose between two ways to decorate 3rd party > apps views: > > 1) Use a middleware ( > http://stac

Re: Decorate 3rd party app's views

2012-09-21 Thread Garry Polley
Here is a more reusable way to do this: https://gist.github.com/3762045 On Friday, September 21, 2012 8:02:34 AM UTC-5, Garry Polley wrote: > > Here is an example of yet another way to do it > http://pastebin.com/JUnk4epK. I like this way because it does not > introduce too muc

How can I completely remove Django and reinstall it - I've broken something

2013-04-25 Thread Garry Pettet
thon/pkg_resources.py", line 565, in resolve raise DistributionNotFound(req) # XXX put more info here pkg_resources.DistributionNotFound: Django==1.6.dev20130425172216 Garrys-MacBook-Air-2:~ Garry$ Sorry for being stupid but how can I fix this?? Thanks -- You received this message because

Young & Fast growing Open Source MySQL CRUD desktop application.

2016-06-03 Thread Garry Lachman
Young & Fast growing Open Source MySQL CRUD desktop application. 100% Open Source hosted in GitHub. http://garrylachman.github.io/ElectroCRUD/?utm_source=google&utm_medium=groups&utm_campaign=groups1 Thanks, Have, fun :) -- You received this message because you are subscribed to the Goog

Django REST Cross Domain Request to Download a File

2015-06-30 Thread Garry D Thompson
So I am trying to download a file via Django REST (referred to as the Back End from now on) instance through my web page. The web page and the Back End are currently installed on two different servers so this is a cross domain request. Now, I have no problem making cross domain requests to any