is it possible to delete file from system after API call from pyramid, or pyramid is blocking such operations ?
i'm using subprocess call to delete a file from system, I can use the same command in terminal and it delets the file correctly
when I use it in pyramid after API call, it return status_code 1, and failing to delete the file
PLZ, some help
pdobrogost_home has quit
pdobrogost_home joined the channel
avn has quit
github joined the channel
github
[pyramid_debugtoolbar] mmerickel pushed 1 new commit to master: https://git.io/vKfTB
pyramid_debugtoolbar/master f324229 Michael Merickel: prep 3.0.2
github has left the channel
github joined the channel
[pyramid_debugtoolbar] mmerickel pushed 1 new commit to master: https://git.io/vKfTg
pyramid_debugtoolbar/master d027212 Michael Merickel: test pyramid 1.6
github has left the channel
romerocesar joined the channel
frispete_ joined the channel
frispete has quit
UnnecessaryBees joined the channel
romerocesar joined the channel
romerocesar has quit
amragaey has quit
uralbash joined the channel
amragaey joined the channel
supton joined the channel
amragaey has quit
Aankhen`` has quit
Aankhen`` joined the channel
supton has quit
mejymejy joined the channel
mejymejy has quit
c0le joined the channel
uralbash joined the channel
romerocesar joined the channel
UnnecessaryBees has quit
romerocesar joined the channel
c0le has quit
romerocesar joined the channel
atomekk joined the channel
atomekk joined the channel
DingoSaar joined the channel
ztane
indeed...
actually there should be 3 different interfaces: IIdentityPolicy, IObjectAuthorizationPolicy and IUserVerificationPolicy
otherwise, you couldn't use an ACLObjectAuthorizationPolicy without having it another "knob-on-knob" for groupfinder... (again...)
objectauthorizationpolicy has really just 1 method, and so does userverificationpolicy... both of them should accept the request as an argument though
Adniel joined the channel
zepolen has quit
waveform joined the channel
av6 has quit
romerocesar joined the channel
romerocesar joined the channel
Aankhen`` has quit
Charlie_X joined the channel
Aankhen`` joined the channel
Adniel has quit
_user joined the channel
darkxploit joined the channel
romerocesar joined the channel
av6 joined the channel
romerocesar joined the channel
zepolen joined the channel
_user
have any of you ever built a 'comment' system with pyramid? if so how did you handle spam and the like?
zepolen has quit
romerocesar joined the channel
slav0nic joined the channel
domenkozar joined the channel
dz0ny_ joined the channel
bmcorser joined the channel
Aankhen``
_user: Disqus! \o/
kiorky joined the channel
phira has quit
phira joined the channel
_user
Aankhen``: I don't like using external services, though it is a good solution!
waigani has quit
Aankhen``
_user: I can understand. And of course Disqus has its own downsides. It’s just that building a new comments system is a lot more involved than it looks.