django-storages parameters

2019-05-04 Thread Britto .
= { 'CacheControl': 'max-age=86400', } So CacheControl is a parameter, what are other parameters available? Regards Britto -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving e

Re: S3 Lifecycle expiration

2019-05-04 Thread Britto .
for each object uploaded? Regards Britto On Sat, 4 May 2019 at 16:24, Hardipinder Singh wrote: > Hey Britto, > > Check boto3 for this. Django can be used to check data using services.py. > > Hope this helps > > Thanks & Regards > Hardipinder Singh > > On 04-M

S3 Lifecycle expiration

2019-05-04 Thread Britto .
Hello All, How could we set S3 life-cycle expiration for a file from Django when uploading to S3 back-end? Regards Britto -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fro

Re: Genetic Algorithm for generating timetable

2019-05-01 Thread Britto .
Thanks a lot Christian, this is good, Pulp is great in solving LP. Regards Britto On Wed, 1 May 2019 at 14:47, Christian Ledermann < christian.lederm...@gmail.com> wrote: > Have a look at https://www.youtube.com/watch?v=OkusHEBOhmQ > > On Tue, 30 Apr 2019 at 17:41,

Populating timetable

2019-05-01 Thread Britto .
': "FH"}, {'A4': "FH", 'B4': "FH", 'C4': "FH", 'D4': "FH", 'E4': "FH"}, {'A5': "FH", 'B5': "FH", 'C5': "FH", 'D5': "FH", 'E5': "FH"}] subjects_re

Re: Genetic Algorithm for generating timetable

2019-04-30 Thread Britto .
No one knows about genetic algorithm with Django On Mon, 22 Apr, 2019, 5:09 PM brittocj, wrote: > How to implement genetic algorithm in Django to develop a web application > for timetable generation? > > -- > You received this message because you are subscribed to the Google Groups >

Re: help

2019-04-29 Thread Britto .
Cannot understand your problem. Please describe it clearly or share the code zipped. Regards Britto On Mon, 29 Apr 2019 at 19:44, Tosin Ayoola wrote: > sup guys, i'm kinda lost and need help, i'm working on an electronic > noticeboard and course ware web app using django and i'm

Re: Question about form_valid: how to automatically set multiple fields when users input data via CreateView supported form?

2019-04-28 Thread Britto .
it and let you know. On Sun, 28 Apr, 2019, 7:10 PM Atsunori Kaneshige, wrote: > Hi Britto, > > Thank you for your reply. > It's been working fine when I add ('comment', 'article',). > The fields for CommentCreateView used to be ('comment', > 'article','author',) > But I wanted

Re: Question about form_valid: how to automatically set multiple fields when users input data via CreateView supported form?

2019-04-27 Thread Britto .
set form.instance.article = request.POST.get('article') and add article in fields too like fields = ('comment', 'article') it should work flawlessly. Regards Britto On Sun, 28 Apr 2019 at 09:30, Atsunori Kaneshige wrote: > Hi, Britto, > > Thank you very much for your reply!

Re: Question about form_valid: how to automatically set multiple fields when users input data via CreateView supported form?

2019-04-27 Thread Britto .
ilable in POST. Look at the terminal after running development server and your action to trigger error, see what are the attributes available for your request. Probably you have to set form.instance.article = request.POST.get('article') would work. Regards Britto On Sun, 28 Apr 2019 at 02:56, Atsun

GraphQL and Django integration

2019-04-27 Thread Britto .
Hi, What are the coding challenges to integrate GraphQL with Django? GraphQL is not like REST it is protocol independent query language. How to handle mutations at Django? Regards Ab -- You received this message because you are subscribed to the Google Groups "Django users" group. To