ANYONE CAN HELP ME

2024-04-02 Thread arts maxwell Anderson
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:

Re: hello forks.i have in my sitting file :

2023-08-28 Thread Maxwell Amoako Agyapong
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

Re: Django group

2022-09-27 Thread arts maxwell Anderson
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,

Re:

2022-09-27 Thread arts maxwell Anderson
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 >

Re: Aad me to the groso

2022-09-27 Thread arts maxwell Anderson
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

Re: Django DB connectivity to DB running in different server.

2022-09-12 Thread arts maxwell Anderson
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

Re: What Programming Language should i learn

2022-09-10 Thread arts maxwell Anderson
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

DateInput - Django ModelForms

2019-01-24 Thread Maxwell Alves de Sousa
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

Re: Getting 500 error on ASO

2015-12-13 Thread Jack Maxwell
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

Re: 1054 Unknown column content_type_id in field list django 1.7b1

2014-04-08 Thread maxwell
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

1054 Unknown column content_type_id in field list django 1.7b1

2014-04-08 Thread maxwell
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_

Re: Speeding up test database creation

2012-11-27 Thread John Maxwell
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

Re: Speeding up test database creation

2012-11-27 Thread John Maxwell
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

Speeding up test database creation

2012-11-26 Thread John Maxwell
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

django foreign key admin interface and models structure

2011-09-26 Thread maxwell
(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

genstatic - Generate and maintain static HTML files with Django templates

2010-06-25 Thread Aaron Maxwell
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

django-tel new features

2009-08-02 Thread Aaron Maxwell
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

Re: parsing urls with dot

2009-07-10 Thread Aaron Maxwell
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

Re: django-tel : telephone URL support for Django

2009-07-09 Thread Aaron Maxwell
. 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

django-tel : telephone URL support for Django

2009-07-09 Thread Aaron Maxwell
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

Re: Design a good scrapbook system

2009-07-08 Thread Aaron Maxwell
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

Re: changing apache mod python

2009-07-01 Thread Aaron Maxwell
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

Re: changing apache mod python

2009-06-30 Thread Aaron Maxwell
;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 &

Re: how to disable URL auto-completion

2009-06-28 Thread Aaron Maxwell
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

Re: Problem with startproject

2009-06-02 Thread Aaron Maxwell
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/ --~--~-~

Do you use a skeleton for new django sites?

2009-06-02 Thread Aaron Maxwell
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

Re: URL conf question .....

2009-05-27 Thread Aaron Maxwell
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

Re: Django version

2009-05-20 Thread Aaron Maxwell
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

Re: Does a django social sharing widget app exist?

2009-05-18 Thread 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

Re: how to use filter

2009-05-17 Thread Aaron Maxwell
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

Does a django social sharing widget app exist?

2009-05-17 Thread Aaron Maxwell
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

Re: registration module - log user in upon activation

2008-08-26 Thread Aaron Maxwell
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

Test client: how to tell if user is logged in?

2008-08-26 Thread Aaron Maxwell
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

registration module - log user in upon activation

2008-08-26 Thread Aaron Maxwell
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.

Re: Django-based forum software?

2007-08-30 Thread Aaron Maxwell
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".

Django-based forum software?

2007-08-30 Thread Aaron Maxwell
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