hello i have this error , i want to uppload multiple django image
ValueError: FileInput doesn't support uploading multiple files.
any one can help me
class FormImages(ModelForm):
multiple_image= forms.ImageField(widget=forms.FileInput(attrs= {
'multiple': True}))
class Meta:
All django apps must be valid package names. etudiantAuth is not a valid
package name.
PEP 8: http://www.python.org/dev/peps/pep-0008/ enforces that:
Modules should have short, all-lowercase names. Underscores can be used in
the module name if it improves readability. Python packages should a
Hello everyone
I'm Kouamou, Django developer,
Add me too
On this group
+237699812189
Le mar. 27 sept. 2022 à 16:59, sachin bhagat a
écrit :
> Hii pls add me in group
>
> +918879399361
>
> On Tue, Sep 27, 2022, 8:11 PM Chris Adebiyi <
> adebiyichristophe...@gmail.com> wrote:
>
>> I'm interested,
Hello l'm Django developer,
Add me
+237 699812189
Le mar. 27 sept. 2022 à 16:59, sachin bhagat a
écrit :
> Hii pls add me in group
>
> +918879399361
>
> On Tue, Sep 27, 2022, 8:11 PM Chris Adebiyi <
> adebiyichristophe...@gmail.com> wrote:
>
>> I'm interested, you can add me via +2348161201965
>
Hello l'm Django developer,
+237 699812189
Le mar. 27 sept. 2022 à 16:41, a écrit :
> Ok, add me to the group +54 9 1164446437
>
> Enviado desde mi iPhone
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group
hello guys i need to django ? anyone can help me
2022-09-12 8:29 UTC+01:00, Anh Nguyen :
> You should ask djongo group
>
> On Mon, 12 Sep 2022 at 13:29 Prabakaran Balaji
> wrote:
>
>> *Hello Django Users,*
>>
>> Need some support on database connectivity in my django application. It's
>> trying t
i need job in django anyone
Le jeudi 1 septembre 2022 à 20:13:10 UTC+1, subtitle indo a écrit :
> We have received your message and will be in touch withinSorry not to
> reply sooner.Sorry not to reply sooner.Sorry not to reply sooner.
>
> On Tue, Aug 30, 2022 at 3:59 PM Shailesh Yadav
> wrot
Boa tarde, primeiramente gostaria de pedir desculpas adiantado aos ADMs
caso a minha pergunta/dúvida esteja fora do escopo do grupo. Também
gostaria de avisar que sou marinheiro de primeira viagem no Django, e estou
tendo algumas dificuldade para interpretar algumas coisa do mesmo. Dito
isso, v
I've got the same problem to configure my Shared Host on QHoster, using
fastCGI.
I didn't find a valid tutorial so far.
my config:
/home/username/
| /public_html/.htaccess
| /index.fcgi
|-/mydjangoVirtualEnv
|-/MyDjangoProject_SR
The error occurs on record save in django admin.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To post to this grou
Hi.
I'm using django 1.7b1. And I made generic relation in my models:
class Transaction(models.Model):
...
# Generic foreign key
content_type = models.ForeignKey(ContentType)
object_id = models.PositiveIntegerField()
content_object = GenericForeignKey('content_type', 'object_
s.
On Tue, Nov 27, 2012 at 3:39 PM, Dennis Lee Bieber wrote:
> On Tue, 27 Nov 2012 13:43:37 -0800 (PST), John Maxwell
> declaimed the following in
> gmane.comp.python.django.user:
>
> > Hm, I tried commenting out the line
> >
> > 'NAME': '/home/john/data
Hm, I tried commenting out the line
'NAME': '/home/john/database.sqlite',
and it still seems to be just as slow, if not slower...
On Monday, November 26, 2012 5:56:30 AM UTC-8, Andres Reyes Monge wrote:
>
> The tutorial uses a sqlite file database not a in memory database, try
> omitting the na
Hi all,
I've been doing the test-driven Django tutorial at
http://www.tdd-django-tutorial.com/
I'm partway through the tutorial, and when I run the command "python
manage.py test fts", the message "Creating test database for alias
'default'..." gets shown for 4-5 seconds before anything else h
(All code is some kind of pseudocode, just for better reading I have
an Invoice model:
class Invoice(models.Model):
// many fields here
I need to attach some products (with price for unit, and quantity
fields) to this invoice, so I made additional table:
class InvoiceProduct(models.Model
Hi all,
Here is a GPLed software tool I made recently:
http://github.com/redsymbol/genstatic
Hope some of you find it useful and interesting. Please let me know if you
have any feedback.
Cheers,
Aaron
--
Aaron Maxwell
http://redsymbol.net/
--
You received this message because you are
o be released soon. License is GPL version 3.
Hope you find this of value. Please let me know of any comments, bug reports
or feature requests.
Cheers,
Aaron
--
Aaron Maxwell
Hilomath - Mobile Web Development
http://hilomath.com/
--~--~-~--~~~---~--~~
You re
Are you using raw strings?
Post the whole urlpattern here, including the failed regexp, so we can give
more specific feedback.
--
Aaron Maxwell
Hilomath - Mobile Web Development
http://hilomath.com/
--~--~-~--~~~---~--~~
You received this message because you ar
. I should put this in a FAQ or the README.
--
Aaron Maxwell
Hilomath - Mobile Web Development
http://hilomath.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post
Or use the github issue tracker.
Cheers,
Aaron
--
Aaron Maxwell
Hilomath - Mobile Web Development
http://hilomath.com/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this gro
bout what the precise features will be and how they are used
(i.e. user interface). The best approach is starting small, adding one small
piece of functionality at a time, and proceeding incrementally.
Good luck!
--
Aaron Maxwell
Hilomath - Mobile Web D
tle messy to updgrade the django version. Too much
> production code.
--
Aaron Maxwell
http://redsymbol.net/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this
;django.core.handlers.modpython'
>
>
> At the end, it says I have an error importing a module.
>
>
> does anybody know how to go back to the 2.5 python module? or how can I
> resolve this problem?
>
>
> thank you very much,
> best regards,
>
>
> Miguel
&
llib.quote_plus functions on the path, append it
to the toplevel domain url to create the full myURL. Then pass myURL
directly to the template as above (again, remember the "safe" filter). This
is the best approach for you most likely.
Cheers,
Aaron
--
Aaron Maxwell
http://redsymb
each of these commands: (all at the command prompt, one
at a time)
ls -dl /home/morgan/www
ls -dl /home/morgan/www/mysite
whoami
touch /home/morgan/www/TESTFILE
After the last one, does the file /home/morgan/www/TESTFILE exist?
--
Aaron Maxwell
http://redsymbol.net/
--~--~-~
que? Or do you have some different
approach that solves this problem for you?
Thanks,
Aaron
--
Aaron Maxwell
http://redsymbol.net/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To pos
the first call says "urlpatterns = patterns", while the second
says "urlpatterns += patterns". This works because patterns is a function
that returns a simple Python list.
If you do this, be careful that the first mention of urlpattern
different releases of django from the past two
years, I like to put this in my settings.py:
{{{
from django import VERSION as DJANGO_VERSION
assert (1,1) == DJANGO_VERSION[:2], DJANGO_VERSION
}}}
(If, for example, this particular django site is expecting version 1.1.)
--
Aaron Maxwell
On Monday 18 May 2009 09:33:39 pm Sam Chuparkoff wrote:
> I haven't looked at this, but here's a link:
>
> http://tylerlesmann.com/2009/mar/09/announcing-django-sociable/
This appears to be EXACTLY what I'm looking for.
Thanks, Sam!
--
Aaron Maxw
On Sunday 17 May 2009 11:00:15 pm laspal wrote:
> list = Status.objects.filter(someid = 20, value < val2, value > val1)
try this:
list = Status.objects.filter(someid=20, value__lt=val2).filter(value__gt=val1)
--
Aaron Maxwell
http://reds
p you could just add to the installed apps in
settings.py, set a few config variables, then include something like {%
social_share_buttons %} in the template.
If this exists, google doesn't seem to know about it. Maybe I need to write
it...
Thanks,
Aaron
--
Aaron Maxwell
http://red
uot; - otherwise this view recurses
infinitely. Basic idea is the same though.
On Tuesday 26 August 2008 11:36:54 am Aaron Maxwell wrote:
> {{{
> from django.contrib.auth import authenticate, login
> from registration.models import RegistrationProfile
> from registration.views import ac
Aaron Maxwell
http://redsymbol.net
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send
not the plain password, which is what authenticate requires.
Suggestions appreciated!
Thanks,
Aaron
--
Aaron Maxwell
http://redsymbol.net
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
Thanks, everyone.
-Aaron
On Thursday 30 August 2007 09:47:41 Aaron Maxwell wrote:
> Hi,
>
> Does anyone know of a django forum app? I.e., to build a site providing a
> user forum.
>
> This is kind of hard to search on - try googling for "django forum".
Hi,
Does anyone know of a django forum app? I.e., to build a site providing a
user forum.
This is kind of hard to search on - try googling for "django forum"...
--
Aaron Maxwell
http://redsymbol.net
Business Owners and Self-Employed: You're NOT Alone!
The Busines
36 matches
Mail list logo