Re: [pylons-discuss] Re: What similar on Django-collectstatic for Pyramid?

2014-07-09 Thread Randall Leeds
On Tue, Jul 8, 2014 at 2:12 PM, Grigorii Eremeev wrote: > thanks for answers. > > Looked briefly documentation, but did not understand until the end, > whether you can use this module to copy the contents of a directory like > this? > > my apps: > project/app1/static/style.css > project/app2/stat

Re: [pylons-discuss] Best practice of when to use view callable classes instead of functions?

2014-07-09 Thread Jonathan Vanasco
On Tuesday, July 8, 2014 10:19:31 AM UTC-4, Paul Everitt wrote: > > 1) Visually grouping related views. Let's say you have a BlogEntry. It has > a few views. I personally like having a BlogEntryView view class to group > them together. Just an aesthetic point. > We typically use class method

Re: [pylons-discuss] What similar on Django-collectstatic for Pyramid?

2014-07-09 Thread Jonathan Vanasco
On Tuesday, July 8, 2014 1:51:04 PM UTC-4, Michael Merickel wrote: > > In my own software there is a build step in our deployment pipeline > that aggregates these assets. This pipeline however has nothing to do > with pyramid or python. There's just a bash script that knows to move > the assets

[pylons-discuss] Re: http://www.pylonshq.com down!?

2014-07-09 Thread Dominik Ruf
Thanks removing the 2 lines did help. Am Dienstag, 8. Juli 2014 17:43:48 UTC+2 schrieb Jonathan Vanasco: > > I don't think pylonshq is used anymore. Those links should probably be > fixed. I'll file a ticket. > > You might be able to just remove these 2 lines from setup.cfg: > > [easy_insta