Re: Django form needs pagination and saved data - how????

2017-07-30 Thread James Schneider
On Jul 30, 2017 4:50 PM, "Jim Illback" wrote: Thanks for your reply, James. Appreciate it. BTW, if you check my template, the button is within the form tags, but you probably are right on the JS - I don’t know JS much at all so just copied other people’s code. I thought

Re: Django form needs pagination and saved data - how????

2017-07-30 Thread Jim Illback
Thanks for your reply, James. Appreciate it. BTW, if you check my template, the button is within the form tags, but you probably are right on the JS - I don’t know JS much at all so just copied other people’s code. I may be mistaken, but I think the wizard link below requires a “static” or

GeoDjango distance lookup on Subquery: AttributeError: 'tuple' object has no attribute 'extend'

2017-07-30 Thread Oliver Eidel
Good evening, I'm having a problem doing a distance lookup on a Subquery. I always get an AttributeError (see above). Put simply, I have a table of Locations where a User may have many Locations (one-to-many). Now, I want to look up which users were close to a Point at a specific time, i.e.,

failed of installing MySLQ

2017-07-30 Thread ahagbes89
I have not much experiences in Python. I have installed Django but the installation of the data base (MySQL) fails It is displayed that windows visual c++ is required. I don't know how to do. Thank -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Django form needs pagination and saved data - how????

2017-07-30 Thread James Schneider
On Jul 28, 2017 5:56 PM, "Jim Illback" wrote: I use the latest versions of Django, python, bootstrap3, and crispy forms for this project. I am trying to present a list of flashcards to a user, sorted by category (e.g., Math, Vocabulary, etc.). Then, I want the user to

Re: Error message on 'django.urls.exceptions.NoReverseMatch'

2017-07-30 Thread James Schneider
On Jul 30, 2017 12:06 AM, "ron_w_add via Django users" < django-users@googlegroups.com> wrote: I have started writing a page to to display a photo. This page correctly display the photo data (nb. no photo added yet) as well as the ‘Invalid item ID’ message if an invalid value has been requested.