Re: reuse FilteredSelectMultiple

2009-04-16 Thread Dorian
Also, make sure that is included in your template, otherwise it will not work. {{form.media}} does not include it by default. Dorian On Feb 17, 4:31 pm, Alex Gaynor wrote: > On Tue, Feb 17, 2009 at 7:27 AM, wrote: > > > I'm trying to reuse FilteredSelectMultiple from ad

Django IRC & sqlite3 .schema

2013-02-25 Thread Dorian Kiss
Hi. I have some issues here which I'm hoping you will be able to help me with, Firstly, I tried to get into the Django IRC @freenote.net but I get the message: #Django Cannot join channel (+r) - you need to be identified with services. Secondly(and the reason I wanted to enter the IRC on this

Re: Django IRC & sqlite3 .schema

2013-02-27 Thread Dorian Kiss
Cheers. I actually worked out the search function after I posted the question and found your answer to the IRC question somewhere else. I looked everywhere for the search function except the giant search bar at the top of the screen =D However, whilst I've now registered with NickServ, I still

Re: Django IRC & sqlite3 .schema

2013-03-01 Thread Dorian Kiss
Cheers, I'm sorted on the IRC now. Before I asked I did look for the search button, everywhere except the huge search bar at the top. After I posted the question I found it, and found your previous answer about IRC, but unfortunately there was no option to delete or edit my topic. As for the sq

Re: Django IRC & sqlite3 .schema

2013-03-01 Thread Dorian Kiss
I figured it out after some more abstract Google searching. I had to download the sqlite3.exe, as it did not come with django, and then add it to my path. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

How to handle non-uploaded dynamic images ?

2020-05-08 Thread Dorian LE NET
Let's say I have a django app where users can display images by choosing among infinite parameters through a form. These images do not exist before the user generate them as they are built accordingly to its selection of parameters. Such images are dynamically and internally generated. Then they