Re: Django bootstrap calendar

2019-10-04 Thread Anthony Goslar
Simpleisbetterthancomplex.com Kind Regards On Fri, 4 Oct 2019, 09:32 lemme smash, wrote: > it's more about client, so you probably want to look for calendar > libraries and then JUST make an api for it. > > On Tuesday, September 24, 2019 at 12:47:37 AM UTC+3, Perceval Maturure > wrote: >> >>

Re: Staticfiles on S3

2019-09-16 Thread Anthony Goslar
Try using Django-storages and follow the tutorial on simpleisbetterthancomplex.com This looks like a permissions issue. I had similar issues with Google Buckets and sorted it out by reading the django-storages methods for Google buckets in the source code and then making sure all the settings wer

Sticky keyboard creating multiple objects from a create form

2019-09-16 Thread Anthony Goslar
Hey guys I have a user who has a problem with his keyboard. When he's captured an expense from my form, it seems like his key was sticking and it created ~50x objects in the database. Is there a post validation function I can use to raise an error with this type of problem? Obviously *fix the