Hi every one,
I am so sorry but I am not the one that did that.
may be I should change my authentication details
to prevent this from happening again.
Emily
On Mon, Jul 2, 2012 at 8:57 PM, Larry Martell wrote:
> On Mon, Jul 2, 2012 at 11:45 AM, Cal Leeming [Simplicity Media Ltd]
>
messages
from a website to a phone...
Emily
On Fri, Jun 22, 2012 at 5:58 PM, Kurtis Mullins wrote:
> +1 on pulling the "random_password()" method out of the Class and setting
> it up as a module object.
> I'd still suggest using this sort of an import statement
random.shuffle(password)
password = ''.join(password)
return password
def sendSMS():
'''a method to send sms to a user'''
pass
On Fri, Jun 22, 2012 at 5:46 PM, Emily wrote:
> This is the views.py file
rse
template_name = 'index.html'
context_object_name = 'courses'
class Payment(CreateView):
model = Payment
form_class = PaymentForm
template_name = 'Payment.html'
success_url = "/login/"
context_object_name = 'payments'
On
, 2012 at 3:58 PM, Cal Leeming [Simplicity Media Ltd] <
cal.leem...@simplicitymedialtd.co.uk> wrote:
> Hi Emily,
>
> Here is a really good article (written by the very people who contribute
> to this list) on how to ask questions on the mailing list:
>
> https://cod
Dear Marcin,
I do not understand.
I think I have done everything right and I am trying to find
the source of the error where if there is someone who has
experienced it they might be knowing where it is coming from..
Emily
On Fri, Jun 22, 2012 at 3:27 PM, Marcin Tustin wrote:
> Please tak
/admin/ Django
Version: 1.3.1 Exception Type: ImportError Exception Value:
cannot import name random_password
Exception Location:
/home/emily/Documents/AskJarvis/Etutor/../Etutor/Prototype/views.py
in , line 1 Python Executable: /usr/bin/python Python Version:
2.7.2 Python Path
cute
On Fri, Jun 1, 2012 at 4:29 PM, Tim Chase wrote:
> On 06/01/12 05:16, Jani Tiainen wrote:
> > Since summer seems to arrived (I just saw young elk running at the back
> > yard of our office). I decided to type in magical words "pink pony" in
> > youtube search.
> >
> >
> > Here is what I foun
thanx
On Wed, May 30, 2012 at 5:16 PM, Bill Freeman wrote:
> On Wed, May 30, 2012 at 8:17 AM, Jani Tiainen wrote:
> > 30.5.2012 9:03, Emily Namugaanyi kirjoitti:
> >
> >> Hi Django users,
> >>
> >> I am working on a project that as to generate secur
Like QR codes but those that can expire...
Emily
On Wed, May 30, 2012 at 11:18 AM, Emily wrote:
> I want to sell passwords to users. If I can generate passwords
> for them that can last for a specific period of time (the time they
> have paid for) this would be good.
>
> If the
that a user has to pay some money to view content on
my page for a certain period of time and this looks like a good way; a
password that can expire... When it expires, they have to buy another
pass word.
Emily
On Wed, May 30, 2012 at 9:51 AM, wrote:
> Hi,
> Are you trying to create p
your time
Emily.
--
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 email to
django-users+unsubscr...@googlegroups.com.
For mo
Thank so much it worked.
Emily
On Friday, May 4, 2012, creecode wrote:
> Hello Emily,
>
> This is not a direct answer to your question. It looks like Tom has your
> answer. You will most likely want to move the {% load markup %} to near to
> top of your template. Generally l
I am trying to display markdown in my html but it is returning a body
with html tags:
This is what is happening...
code in the
{% for guideline in guidelines %}
{% load markup %}
Question: {{ guideline.question }}
Answer: {{ guid
What goes wrong?
On Aug 20, 10:34 am, Imad Elharoussi
wrote:
> It's not the case for me !!!
>
> 2010/8/20 Emily Rodgers
>
> > On Aug 20, 10:01 am, Imad Elharoussi
> > wrote:
> > > Hello
>
> > > How can we return an object in a json format?
>
On Aug 20, 10:01 am, Imad Elharoussi
wrote:
> Hello
>
> How can we return an object in a json format?
>
> it is like this :
>
> return HttpResponse(simplejson.dumps(ihmAgentRoot),
> mimetype='application/json')
>
> or do we need an other thing?
>
> thank you
Th
, and if not, please come back and ask again.
Em
On Aug 18, 7:05 am, Tang Daogang wrote:
> hi, Emily,
>
> Let me introduce Scala/Lift as example.
>
> Every lift project has a file named 'Boot.scala', this file will only
> be executed once when this project boots up.
On Aug 17, 2:26 am, Tang Daogang wrote:
> Dear all,
>
> Recently, I have developed a plugin system for my app, and I want to
> register those plugins when my app boot up, this need to execute some
> user defined codes (functions) in app boot procedure, I don't know
> where insert my registering co
On Aug 13, 11:18 am, Steven Davidson
wrote:
> > It would have to be another datetime field rather than an is_current flag
> > because an is_current flag wouldn't help me for queries in the past (if that
> > makes sense).
>
> Ah yes, of course, I had not fully grasped that bit. A nullable foreign
On Aug 13, 9:51 am, Steven Davidson
wrote:
> Hmm, I can't fathom it.
>
> I would opt for a single simple query that returns a little more than you
> need and post-process it in python. This would be more maintainable than a
> hairy ORM query, I'd say; but if you have vast numbers of results that
not have unique foo entries, so some additional logic would
> need to be applied to get the first occurrence of each distinct foo value in
> q2.
>
> Probably not the best solution, but maybe it could give you some hints to
> get started.
>
Thanks. I may have to do this if I can'
t; > q2 =
> > State.objects.exclude(foo__in=q1_foo).filter(last_dt__lt=dt).order_by('-last_dt')
>
> > But q2 would not have unique foo entries, so some additional logic would
> > need to be applied to get the first occurrence of each distinct foo value in
> >
being really
stupid and completely missing something but I have been trying to
figure this out for too long!
Cheers,
Emily
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroup
On Aug 5, 1:50 pm, Roald de Vries wrote:
> Dear all,
>
> I have the following error, and don't know what it means:
>
> Error: One or more models did not validate:
> update.personupdate: 'address' has a relation with model Address,
> which has either not been installed or is abstract.
On Jul 19, 3:00 pm, rmschne wrote:
[snip]
> The pointer you gave, thanks very much, explains how to set the data
> model to allow nulls, which I've done already. Further, as I
> originally mentioned, I'm not using Django to control data entry, so
> the None=True in the data model doesn't really
On Feb 18, 9:25 am, Atamert Ölçgen wrote:
> Hi Sithembewena,
>
> On Thursday 18 February 2010 00:27:10 Sithembewena Lloyd Dube wrote:> Emily
> provided an answer according to what she understood from the OP. No
> > harm in doing that, at least not worse than no attempt at
On Feb 17, 11:20 am, bruno desthuilliers
wrote:
> On Feb 17, 10:12 am, Emily Rodgers
> wrote:> On Feb 16, 4:50 pm, bruno desthuilliers
> > > I'm afraid I don't really get what difference it would make. Note that
> > > my question was genuine - I k
On Feb 16, 4:50 pm, bruno desthuilliers
wrote:
> On Feb 16, 4:54 pm, Emily Rodgers
> wrote:
>
>
>
> > On Feb 16, 3:39 pm, bruno desthuilliers
>
> > wrote:
> > > On Feb 16, 2:56 pm, Derek wrote:
> > [snip]
> > > Ain't that
On Feb 16, 3:39 pm, bruno desthuilliers
wrote:
> On Feb 16, 2:56 pm, Derek wrote:
[snip]
> Ain't that "memberships" relationship redundant with passenger->flight-
>
> >operator->memberships ?
I reckon he probably wants to do is split passenger up:
class Passenger(models.Model):
customer =
On Feb 16, 1:56 pm, Derek wrote:
> (not a movie trivia problem!)
>
> The question I need to resolve here is "does Passenger 57 qualify for a
> discount"?
>
> Given the following models:
>
> class Alliance(models.Model):
> name = models.CharField(max_length=100)
> #e.g. Star, Western, Pac
you meant the second, but it wouldn't match because it has
8 chars before .djvu not 7, and the url has djvu/ not djvu_ulib/.
Also, I don't think you need to put "/?" at the end of the url even if
you may send it GET data.
It looks like you need to either change your url or the reg
On Feb 3, 3:48 pm, Shawn Milochik wrote:
> How about using the key/value pairs in self.__dict__ that have a value?
That does pretty much the same as above (although granted it doesn't
give me the meta fields I don't care about).
> Alternately, have a look at the help of instance._meta and see if
Hi,
As per usual, I am probably just being really dappy, but I can't see a
good way to do this.
I have a model that has about 10 fields, and I may be populating each
record with at least one field, but probably less that 4 (could be any
4 of the 10 though). The others will be null or empty string
On Jan 25, 8:26 am, Hassan Baig wrote:
> Howdy folks,
>
> I was wondering if you could give me any pointers in this regard. I'm a
> Facebook developer and I'm facing the following problem:
>
> I have a flash file which calls up a url sayhttp://test.com/createXML/which
> is caught and used up by
On Oct 13, 1:20 pm, andreas schmid wrote:
> thank you very much for pointing me to the right path!!
> ill try to understand the behaviour and report about my progress...
>
> Andrew Ingram wrote:
> > I'm assuming you are doing this somewhere other than the admin, or in
> > custom views, so I'll
On Oct 8, 8:36 am, Emily Rodgers
wrote:
> On 8 Oct, 01:31, Russell Keith-Magee wrote:
>
>
>
> > On Thu, Oct 8, 2009 at 1:43 AM, Emily Rodgers
>
> > wrote:
>
> > > Hello,
>
> > > I am a bit stuck on something that I think ought to be real
On 8 Oct, 01:31, Russell Keith-Magee wrote:
> On Thu, Oct 8, 2009 at 1:43 AM, Emily Rodgers
>
>
>
> wrote:
>
> > Hello,
>
> > I am a bit stuck on something that I think ought to be really easy (so
> > I am probably being really stupid!).
>
> > I
Hello,
I am a bit stuck on something that I think ought to be really easy (so
I am probably being really stupid!).
I am trying to write a view for a model such that I can pass the view
(via post data) a (or an unknown) number of fields of that model, and
receive back a list of dictionaries of di
On Aug 23, 11:31 pm, OnurCelebi wrote:
> Hi all,
> I have a very strange behaviour. I have an upload form like this:
>
> var upform = document.createElement('form');
> upform.setAttribute('action','/engine/users/avatar/');
> upform.setAttribute('enctype','multipart/form-data');
> upform.setAttr
On Aug 14, 4:26 pm, Daniel Roseman wrote:
> On Aug 14, 3:50 pm, Léon Dignòn wrote:
>
> > Hi Emily,
>
> > thanks so far!
>
> > unfortunately this line:
>
> > > instance = getattr(kwargs, 'instance')
> > throws this error:
>
On Aug 14, 12:14 pm, Léon Dignòn wrote:
> Hi,
>
> I try override a ModelForms init to claim the variable instance. After
> that I call super.__init__().
> It's almost working, but there is no form shown in the browser. Any
> ideas what might be wrong?
>
> class ProfileForm(ModelForm):
> fi
On Aug 14, 9:42 am, Wayne Koorts wrote:
> > I currently know zero Python and want to start a project with Django
> > ASAP. I've got the opportunity through my work to either take a 5-day
> > Python bootcamp or a Django bootcamp - not both.
>
> I don't really think this is a useful question on
Thanks Malcolm, I've figured it out. There were some changes to the
admin's index.html page. I've updated to the 1.1 one.
All the best,
Emily
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Dja
Also it's just the first page of the admin after I log in that the
stylesheet is not coming up. Other admin pages are displaying
correctly. I have changed in url.py the admin line to '(r'^admin/',
include(admin.site.urls)),' as recommended for 1.1
Emily
On Aug 6, 2:0
2009/8/5 Ludwik Trammer :
>
>> I tried adding a fields attribute to the Meta class (which I think is
>> what you would do in the dev version), but that didn't work.
>
> Django 1.1 stable is out and supports this feature, so if you can
> upgrade it will probably be the easiest solution.
OK I will
Hi,
I am using django 1.0.2, and I was wondering if it is possible to
change the order of the fields (it seems you can do this in the dev
version)?
I have added an extra field in my form (that doesn't actually
correspond with a field in the model). It is being listed after the
model fields, and
On Jul 23, 11:06 pm, urosh wrote:
> Hi.
>
> I want to create phone book. I want that this phone book list will be
> ordered by number of dialing this number. I think of using two tables
> one with phone numbers and one for phone dialing statistics (how many
> times user dialed number). Each use
2009/7/24 Russell Keith-Magee :
>
> On Thu, Jul 23, 2009 at 5:43 PM, Emily
> Rodgers wrote:
>>
>> Hi all,
>>
>> I am currently working on some web apps that use django for the back
>> end, and extjs for the front end (using JSON to pass data between the
&
Hi all,
I am currently working on some web apps that use django for the back
end, and extjs for the front end (using JSON to pass data between the
two).
I am getting to the point where I am going to have to start doing some
form integration. Has anyone done this lately (with the latest version
o
On Jul 15, 5:43 pm, Alex Gaynor wrote:
> On Wed, Jul 15, 2009 at 11:35 AM, Emily Rodgers <
>
>
>
> emily.kate.rodg...@googlemail.com> wrote:
>
> > On Jul 15, 4:19 pm, Emily Rodgers
> > wrote:
> > > On Jul 15, 2:46 pm, "Richard E. Cooke"
On Jul 15, 4:19 pm, Emily Rodgers
wrote:
> On Jul 15, 2:46 pm, "Richard E. Cooke" wrote:
>
> > OK. Before I get flamed!
>
> > I neglected to search THIS group before I posted.
>
> > So, I see some chatter about being able to instansiate a second DB
>
On Jul 15, 2:46 pm, "Richard E. Cooke" wrote:
> OK. Before I get flamed!
>
> I neglected to search THIS group before I posted.
>
> So, I see some chatter about being able to instansiate a second DB
> connector. Great.
>
> Now, how about where the best examples of that are?
>
> And what impact
On Jul 13, 4:51 pm, Emily Rodgers
wrote:
> On Jul 3, 6:36 pm, Emily Rodgers
> wrote:
>
>
>
> > 2009/7/3 Alex Gaynor :
>
> > > On Fri, Jul 3, 2009 at 12:25 PM, Emily Rodgers
> > > wrote:
>
> > >> On Jul 3, 3:29 pm, Emily Rodgers
>
On Jul 3, 6:36 pm, Emily Rodgers
wrote:
> 2009/7/3 Alex Gaynor :
>
>
>
>
>
> > On Fri, Jul 3, 2009 at 12:25 PM, Emily Rodgers
> > wrote:
>
> >> On Jul 3, 3:29 pm, Emily Rodgers
> >> wrote:
> >> > On Jul 1, 3:44 pm, Alex Gaynor
2009/7/3 Alex Gaynor :
>
>
> On Fri, Jul 3, 2009 at 12:25 PM, Emily Rodgers
> wrote:
>>
>>
>>
>> On Jul 3, 3:29 pm, Emily Rodgers
>> wrote:
>> > On Jul 1, 3:44 pm, Alex Gaynor wrote:
>> >
>> >
>> >
>
On Jul 3, 3:29 pm, Emily Rodgers
wrote:
> On Jul 1, 3:44 pm, Alex Gaynor wrote:
>
>
>
> > On Wed, Jul 1, 2009 at 9:39 AM, Emily Rodgers <
>
> > emily.kate.rodg...@googlemail.com> wrote:
>
> > > On Jul 1, 3:22 pm, Alex Gaynor wrote:
> >
Hi,
I only recently realised that a django subreddit existed, and since
then I have been learning interesting new things from it, so I thought
I would share it for the benefit of those of you that don't read
reddit:
http://www.reddit.com/r/django/
Em
--~--~-~--~~~---
On Jul 1, 3:44 pm, Alex Gaynor wrote:
> On Wed, Jul 1, 2009 at 9:39 AM, Emily Rodgers <
>
>
>
> emily.kate.rodg...@googlemail.com> wrote:
>
> > On Jul 1, 3:22 pm, Alex Gaynor wrote:
> > > On Wed, Jul 1, 2009 at 9:16 AM, Emily Rodgers <
>
&
On Jul 2, 8:25 am, Harsha Reddy wrote:
> I using Django from past one week.
>
> On the Django web site, I read that it is a high-level python web
> framework. Inspite of knowing this I am trying to use a Django
> application both as a web application as well as a CLI client.
>
> To know if this w
On Jul 1, 3:44 pm, Alex Gaynor wrote:
> On Wed, Jul 1, 2009 at 9:39 AM, Emily Rodgers <
>
>
>
> emily.kate.rodg...@googlemail.com> wrote:
>
> > On Jul 1, 3:22 pm, Alex Gaynor wrote:
> > > On Wed, Jul 1, 2009 at 9:16 AM, Emily Rodgers <
>
&
On Jul 1, 3:22 pm, Alex Gaynor wrote:
> On Wed, Jul 1, 2009 at 9:16 AM, Emily Rodgers <
>
>
>
> emily.kate.rodg...@googlemail.com> wrote:
>
> > On Jun 25, 6:45 pm, Alex Gaynor wrote:
> > > On Thu, Jun 25, 2009 at 10:24 AM, Tim Chase
> > > wr
On Jun 25, 6:45 pm, Alex Gaynor wrote:
> On Thu, Jun 25, 2009 at 10:24 AM, Tim Chase
> wrote:
> > > Right now, Django doesn't seem to support the multiple
> > > databases on the same server or different servers. Will that
> > > feature be available out of the box for future releases?
>
> > You
On May 8, 10:33 am, Raashid Malik wrote:
> This means i have to call debug function with some message as argument. But
> my requirement is that all the django activity should be logged. Is there a
> way where in all operations of an application are logged.
Perhaps AuditTrail is what you are a
On Feb 10, 3:17 am, Malcolm Tredinnick
wrote:
> On Mon, 2009-02-09 at 07:29 -0800, Emily Rodgers wrote:
> > Hi,
>
> > I have written a django app that manages 'change requests' (and
> > approvals) for IT infrastructure changes in our company, and I am
> &g
Hi,
I have written a django app that manages 'change requests' (and
approvals) for IT infrastructure changes in our company, and I am
using the urlize filter when displaying certain fields (like
description of change, test plan etc). This is so that if a user puts
a link to documentation for a sy
s@googlegroups.com
> Subject: Re: 500.shtml
>
>
> Hi Emily,
>
> Thanks for your help. I'll ask my service provider to provide
> me with a better logging system, but I think the problem I'm
> facing is something related with cookies. When the admin
> int
Subject: Re: 500.shtml
When i run on a shared provider i restart my server by running touch
/mywebdir/dispatch.fcgi
On Fri, Aug 22, 2008 at 6:45 AM, Emily Rodgers <[EMAIL PROTECTED]>
wrote:
Hi R
OTECTED] On Behalf Of Ronaldo
> Zacarias Afonso
> Sent: 22 August 2008 13:45
> To: django-users@googlegroups.com
> Subject: Re: 500.shtml
>
>
> Hi Emily,
>
> Well, in fact I don't start/stop/restart my webserver. As I
> am using a shared host, the company whe
You could use the python logging module
(http://docs.python.org/lib/module-logging.html) and do
logging.debug(list(product_list)). Then it will appear in your web logs.
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
>
How do you start / stop / restart your webserver? If you are using fastcgi,
you may not have it set up to give you an error log.
I have a script that starts / stops it, and I have specified and error log
for the django web server logs, and sent any errors with my script commands
to a file so that
e django auth.User stuff for basic
> web app usage
> > (since the user must be authenticated already, I just look
> to see who
> > they are), only for the admin stuff. Only a very small number of
> > people will be using the admin site so I am not to bothered
> about th
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of PeteDK
> Sent: 20 August 2008 17:54
> To: Django users
> Subject: Re: how to locate the OS currently logged in user??
>
>
>
>
> On 20 Aug., 17:56,
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Steve Holden
> Sent: 20 August 2008 16:37
> To: django-users@googlegroups.com
> Subject: Re: how to locate the OS currently logged in user??
>
>
> PeteDK wrote:
> > Hi.
> >
> > I want
w to populate data again after validation
>
>
> actually I feel comfortable with custom html stuff.. thats why.
> ooopps yeah that was a typo since I typed everything while am
> on-the- go :)
>
> I am new to django so I don't really know what to do.
> could you pl
x27;/home/')
> else:
> ctx = {}
> ctx['errors'] = f.errors
> return render_to_response('contact.html',ctx)
>
> when it doesn't save because validation failed, it renders
> contact.html again, but blank. All previous data lost.
>
&g
Hello,
How are you doing your validation? Is the form populating a model instance
or doing something else?
I would be helpful to see some of the function in your views file.
Em
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Will Roc
This explained it all to me when I first started using cron.
http://www.unixgeeks.org/security/newbie/unix/cron-1.html
I also put this at the top of my crontab file to remind me what is what:
#minute (0-59),
# hour (0-23),
# day of month (1-31),
# month
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of patrickk
> Sent: 19 August 2008 14:12
> To: Django users
> Subject: limit choices to logged-in user
>
>
> is there a way to limit choices (using foreign key) to the
> logged-in user?
T, PUT, DELETE etc to
> http://1.2.3.4/foo/bar
>
>
> Obviously, it will only work with relations that already is
> on app A, this is mosly for denormalizing stuff to be able to
> scale in all directions.
>
>
>
> On 11 Juli, 12:35, "Emily Rodgers" <[EMAI
Of lgr888999
> Sent: 11 July 2008 11:10
> To: Django users
> Subject: Re: "remote models" with django?
>
>
> nope different sites on different IPs
>
> On 11 Juli, 11:44, "Emily Rodgers" <[EMAIL PROTECTED]> wrote:
> > Are they in the
Try doing
Ideally you want your media url to be available in all of your templates (so
you can do in your templates).
To do this kind of thing you can set up a context processor. There is a good
example here:
http://www.b-list.org/weblog/2006/jun/14/django-tips-template-context-proces
sors/.
Are they in the same project?
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of lgr888999
> Sent: 11 July 2008 10:33
> To: Django users
> Subject: "remote models" with django?
>
>
> Lets say i have two django apps A and B. Lets say A h
> That is what I meant when I said ('^clients/$',
> include('project_name.app_name.urls')) - I just forgot to
> take out the $!!
Ir even when I said
(r'^coosci/$', include('coosci.webapp.urls')),
It is way too early for my little brain!
--~--~-~--~~~---~--~~
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of V
> Sent: 11 July 2008 09:31
> To: Django users
> Subject: Re: how does {% url %} work?
>
>
> > > but it gives only
> > > /projects/join/6/
> >
> > That's exactly what's expected.
>
>
I think that you need to do
(r'^coosci/$', include('coosci.webapp.urls')),
In your myproject/urls.py file for that to work (but I could be wrong!).
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Viktor Nagy
> Sent: 10 July 2008 17:
Try changing your directory (and paths) to something like myapp_media
instead of media. Media is used by the admin interface for the css / js
files there, which is why it is getting confused.
Em
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On B
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Ahmad Akkaoui
> Sent: 10 July 2008 16:19
> To: django-users@googlegroups.com
> Subject: XML and django
>
>
> Hello everyone,
>
> I would like to know how to I would go about parsing an x
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of maria
> Sent: 10 July 2008 12:41
> To: Django users
> Subject: Django and DateBase refresh
>
>
> I am really new in Django but I really want to know what
> should I do to build web ap
I am listening to Django and Stephane right now (and using Django) :)
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: 27 June 2008 03:04
> To: Django users
> Subject: Re: The Lost Fingers
>
>
> While defi
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Dhawan
> Sent: 20 June 2008 19:06
> To: Django users
> Subject: Re: Url tag issues
>
>
> Hi Emily,
>
>
>
> > > >
> > &
users
> Subject: Re: Url tag issues
>
>
> use of named urls will probably make that a ton easier
>
> On Jun 19, 11:45 am, "Emily Rodgers" <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have been hitting a brick wall so many times now on this
>
Hi,
I have been hitting a brick wall so many times now on this that it is
starting to hurt!! Please help if you can...
I have an index page, and I want my function for it (in views.py) to take a
number of parameters to decide what to display, but I can't figure out how
to do it.
The kinds of op
at's
NOT form validation related)
BR
On Fri, Jun 6, 2008 at 10:40 AM, Emily Rodgers <[EMAIL PROTECTED]>
wrote:
I can't see anything work in your code (but there could be something I
haven't spotted!!).
My instinct would be to ensure that zipcode is a string. What did y
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Emily Rodgers
> Sent: 06 June 2008 15:41
> To: django-users@googlegroups.com
> Subject: RE: sending data back to template out of a function
>
>
> I can&
I can't see anything work in your code (but there could be something I
haven't spotted!!).
My instinct would be to ensure that zipcode is a string. What did you do to
check that the zipcode is being passed in?
Em
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMA
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of M.Ganesh
> Sent: 06 June 2008 14:19
> To: django-users@googlegroups.com
> Subject: Help - m2m field in my model
>
>
> Hi,
>
> Excuse me for the dumb question.
>
> My model :
>
> cla
> -Original Message-
> From: django-users@googlegroups.com
> [mailto:[EMAIL PROTECTED] On Behalf Of Peter Rowell
> Sent: 05 June 2008 17:08
> To: Django users
> Subject: Re: forms - WTF
>
>
> On Jun 5, 8:50 am, "Emily Rodgers" <[EMAIL PROTECT
Hi Em -
I'm taking baby steps at the moment and simply don't understand
how the form.as_table works... ie when i put that in the template (see
my template below), how does it know which form to show?
BR
On
Forms are quite confusing in django. When trying to find help on the
interweb last week I came across this that made me giggle:
http://leahculver.com/2007/04/23/django-forms-im-dumping-you/.
After a day or two of getting cross, I eventually stamped my feet and
insisted on having our work version
Hi,
It seems familiar to an issue I had last week.
Can we see the function in your views file? I am guessing that you need
to instantiate your ziplookup object or something (I think this is what
I did wrong). Try changing {{ form.as_table }} to {{ form }}, just to
see what it prints...
I could
1 - 100 of 101 matches
Mail list logo