Survey About Package Requirements Management

2016-10-18 Thread Robert Roskam
Hey all,  

To clarify my title quickly, this survey is not about replacing pip, as 
yarn (https://github.com/yarnpkg/yarn) did recently with npm. This is about 
helping you throughout the lifespan of projects you maintain keep a handle 
on the dependencies it has. Where I work, we've already made something 
internally, and we're trying to figure out how useful this is to other 
people. So if you could fill out this survey 
(https://docs.google.com/forms/d/e/1FAIpQLSfuXl-UCIJ4PEyQCAWLBB1zPG3Ay86lOxBblV5YJCiFVldFGg/viewform?c=0=1),
 
it would help us gauge interest. Thanks all!

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/def18f7f-1a09-418c-8763-e6af23d8b59d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Feature Suggestion: New Setting called LOGOUT_REDIRECT_URL

2015-08-20 Thread Robert Roskam
Basically, the same feature set as 
here: https://docs.djangoproject.com/en/1.8/ref/settings/#login-redirect-url

Modified it below:

Default: '/accounts/logout'

The URL where requests are redirected after login when the 
contrib.auth.logout view gets no next parameter.

This setting also accepts view function names and named URL patterns 
 
which 
can be used to reduce configuration duplication since you don’t have to 
define the URL in two places (settings and URLconf).

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5b66e82e-ca51-45d0-9a9b-80faf4d3a20d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.