Hi Time,
Thank you for your help. That was indeed the issue. I followed the procedure for the Postgis hard upgrade and all worked fine.
Thanks!
Marcela
On Sat, May 30, 2015 at 10:04 AM, <django-users@googlegroups.com> wrote:
- Help with customizing Django authentication - 2 Updates
- Trying to Build File Upload using jQuery dialog (jQuery 1.10.2/django 1.7/Python 2.7.8) - 1 Update
- calling a view from a view doesnt clear the URL path - 6 Updates
- Gjango - debugging argument of type <> is not iterable - 2 Updates
- Why the extra minute in PostgreSQL when using time zone info? - 2 Updates
- Django formset hidden id field - 1 Update
- problem with requests and django view - 1 Update
- Issues Upgrading to django 1.8 and migrating from south - 1 Update
Carlos Ribas <caduribas@gmail.com>: May 29 02:19PM -0700
Hello,
I have to confess that I did not understand your suggestion. How this will
help me to reverse the logic of my system? I mean, instead of User with or
without a profile (the Person class, ...more
Carl Meyer <carl@oddbird.net>: May 29 03:52PM -0600
Hello Carlos,
On 05/29/2015 03:19 PM, Carlos Ribas wrote:
> will need to move the first_name and last_name fields to the Person
> class, and to do that, I will have to create custom ...more
Henry Versemann <fencer1701@gmail.com>: May 29 11:55AM -0700
I'm constructing my file-upload dialog using jquery(jq)/javascript/html
where the file-upload is supposed to begin like this:
htmlStr = '<form enctype="multipart/form-data" ><label>SELECT FILE ...more
dk <demiank@gmail.com>: May 29 10:03AM -0700
I am doing something like this.
http://stackoverflow.com/questions/4808329/can-i-call-a-view-from-within-another-view
I have my original view that actually gets render as html.
...more
dk <demiank@gmail.com>: May 29 10:04AM -0700
in the second view I am doing at the end.
return original_view(request, message="successfully")
...more
Daniel Roseman <daniel@roseman.org.uk>: May 29 11:00AM -0700
Why should it? The browser requested the original view, and the code returned a response to that request. The browser doesn't know or care that the process of constructing that response involved ...more
dk <demiank@gmail.com>: May 29 11:05AM -0700
can I redirect with an argument?
On Friday, May 29, 2015 at 1:00:07 PM UTC-5, Daniel Roseman wrote:
...more
Daniel Roseman <daniel@roseman.org.uk>: May 29 11:22AM -0700
You can redirect with whatever arguments you want, as long as the receiving URL accepts them.
...more
dk <demiank@gmail.com>: May 29 11:28AM -0700
so that redirect needs to be catch by the url, interesting.
On Friday, May 29, 2015 at 1:22:40 PM UTC-5, Daniel Roseman wrote:
...more
Shekar Tippur <ctippur@gmail.com>: May 29 08:40AM -0700
Hello,
Thanks for responding. I am not sure where in the code this is coming from.
I have this code in my view. Not sure if this is the culprit. If it is,
what is a better way to access this ...more
Shekar Tippur <ctippur@gmail.com>: May 29 10:43AM -0700
If I change this to
class Meta:
* owner = serializers.ReadOnlyField(source='owner.username')* model = UserPrefs
fields = ('owner', 'name', 'value')
depth = 1 ...more
Carl Meyer <carl@oddbird.net>: May 29 10:00AM -0600
Hi aRkadeFR,
On 05/29/2015 02:09 AM, aRkadeFR wrote:
> Indeed, the problem comes from the representation on PG,
> cause I have only good results (0/30 for the minutes) from
> the python ...more
aRkadeFR <contact@arkade.info>: May 29 06:28PM +0200
awesome explanation.
I was only aware of time zone information, and got to
understand the daylight saving time not that long ago.
Glad to know, after reading from you, the historical ...more
"Luis Zárate" <luisza14@gmail.com>: May 29 10:26AM -0600
Mmm I am not sure of this but I guest that this number is not a primary key
(pk start in 1 not in 0 in postgres and mysql), it is a formset control
number used by formset for group fields in the ...more
ogi <ogi@redcor.ch>: May 29 08:08AM -0700
Hi
I have problems to post some json data from a python script using *requests*
to a django view defined as base classed view.
Thinking that problem is with permissions I also installed django ...more
Tim Graham <timograham@gmail.com>: May 29 07:00AM -0700
I guess you might have an old database created using the PostGIS template.
See
http://gis.stackexchange.com/questions/112592/installed-postgis-extension-not-listed-for-database
...more
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to django-users+unsubscribe@googlegroups.com.
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN4kiCAmW5ATdZic_d-q1WK2yd%3DXOn%3DY%3DBo0mjB8O7K01_9f0w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment