Re: Django Docs not returning search results - 1.10

2016-11-18 Thread Sayth Renshaw
On Friday, 18 November 2016 00:31:42 UTC+11, Tim Graham wrote: > > It's a known issue: https://github.com/django/djangoproject.com/issues/713 > > The Django docs don't contain information about third-party packages, > however, so searching there to find information about kivy isn't the >

Django Docs not returning search results - 1.10

2016-11-17 Thread Sayth Renshaw
Hi Trying to check if this is an odd problem I am expereincing or there is an issue. I have tried searching the django docs for Kivy in regards to the https://pypi.python.org/pypi/kivy-django/1.9.1 package which refers to the docs for further information. Search terms used: kivy kivy-django

Django Grids - Display grids/tables

2015-08-05 Thread Sayth Renshaw
Hi Wanting some advice on which packages you use with django to display your data to your users in grids, so think sports data 17 rows 10 columns x2 for both teams. Looking in the packages here https://www.djangopackages.com/grids/ . What advice can you give me if you have done something

Re: Devils advocate question

2014-12-16 Thread Sayth Renshaw
more preferable, that comes down to personal taste. > My advice would be to review them all, pick two or three, and see which one > excites you the most. > > Hope this helps dude! > > Cal > > On Wed, Dec 17, 2014 at 12:03 AM, Sayth Renshaw <flebber.c...@gmail.com> &g

Re: Devils advocate question

2014-12-16 Thread Sayth Renshaw
Wow never knew mezzanine existed, that's interesting. Yes php hosting is cheap, but so is digitalocean and it fully supports python and django. Sayth -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Devils advocate question

2014-12-16 Thread Sayth Renshaw
With django what benefit do I get for the extra build time over Drupal or Rails. Configuration I assume but real world benefits not my/our joy of configuration. Why hasn't a cms been designed off django or python? A language cultural effect yoy would think python would be more stable than

Re: Model Objects and Updating db via XML

2014-05-14 Thread Sayth Renshaw
il.com> wrote: > On Tue, May 13, 2014 at 8:40 PM, Sayth Renshaw <flebber.c...@gmail.com> > wrote: > > Can I ask for some assistance please. > > > > For my project I will need to upate the database from an external xml > file > > consistently. The xml is like

Re: Model Objects and Updating db via XML

2014-05-14 Thread Sayth Renshaw
ote: > Fixtures are usually in json. Not sure if the is support for importing > fixtures in XML > In any case you can always parse them yourself and create the proper > objects > > Don't forget that this is an open source project, you can code XML support > and contribute >

Model Objects and Updating db via XML

2014-05-14 Thread Sayth Renshaw
Do I need to provide more information or clarity, or is this a harder question than I imagined and I just need to wait for a guru to come through? Sayth -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Model Objects and Updating db via XML

2014-05-13 Thread Sayth Renshaw
Can I ask for some assistance please. For my project I will need to upate the database from an external xml file consistently. The xml is like this one http://old.racingnsw.com.au/Site/_content/racebooks/20140515GOSF0.xml If i have create my model objects, most of which will have a direct

Re: Workflow/tools assistance

2013-09-12 Thread Sayth Renshaw
On Friday, September 13, 2013, Thomas Lockhart wrote: > On 9/12/13 6:44 AM, Sayth Renshaw wrote: > > > > On Thursday, September 12, 2013, Germán Larraín wrote: > >> Some comments: >> >> * why use sqlalchemy if Django has its own ORM? >> * you mentioned p

Re: Workflow/tools assistance

2013-09-12 Thread Sayth Renshaw
On Thursday, September 12, 2013, Germán Larraín wrote: > Some comments: > > * why use sqlalchemy if Django has its own ORM? > * you mentioned parsing SQL entries; watch out! > * if you are starting a new project, I seriously recommend you to use > PostreSQL, not MySQL/Maria DB > > - > Hi why

Workflow/tools assistance

2013-09-12 Thread Sayth Renshaw
I have been learning the basics of django, SQL, XML and MySQL / Maria.db. Trying to design a project and I can't get a concept of how to achieve it. Looking for some guidance in tools or process to achieve it. There is one specific part that trips me up. Whilst I can parse a basic SQL file,

Re: Missing peice before best practises

2013-07-06 Thread Sayth Renshaw
practical and hands on tutorial. Cheers Sayth On Thu, Jul 4, 2013 at 1:05 AM, Amirouche Boubekki < amirouche.boube...@gmail.com> wrote: > > > > 2013/7/1 Sayth Renshaw <flebber.c...@gmail.com> > >> >> >> On Monday, July 1, 2013, Tom Evans wrote:

Re: Missing peice before best practises

2013-07-01 Thread Sayth Renshaw
On Monday, July 1, 2013, Tom Evans wrote: > On Mon, Jul 1, 2013 at 11:37 AM, Sayth Renshaw > <flebber.c...@gmail.com<javascript:;>> > wrote: > > Is that good though? > > > > Barring 2 scoops there is no new material to recognise and guide users to &g

Re: Missing peice before best practises

2013-07-01 Thread Sayth Renshaw
On Monday, July 1, 2013, Tom Evans wrote: > On Wed, Jun 26, 2013 at 10:03 PM, Sayth Renshaw > <flebber.c...@gmail.com<javascript:;>> > wrote: > > This is oddly the only value difference between rails and django is that > > there is far more online courses and

Re: Missing peice before best practises

2013-06-26 Thread Sayth Renshaw
nd tutorials to say "come join rails". It's just that I like python and the python Eco better. Sayth On Wednesday, June 26, 2013, Tom Evans wrote: > On Wed, Jun 26, 2013 at 2:19 PM, Sayth Renshaw > <flebber.c...@gmail.com<javascript:;>> > wrote: > > Any thoughts?

Missing peice before best practises

2013-06-26 Thread Sayth Renshaw
Any thoughts? -- 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 group, send email to

Missing peice before best practises

2013-06-26 Thread Sayth Renshaw
Hi I am looking for a resource that gives me that Knowledge I need to grasp and understand Django. For python I have learnt LPTHW and completed codeacademy and read the Magnus lie Hetland book. I have completed the Django polls tutorial, and I bought two scoops of Django. Now I have read the

Re: PHP vs Django

2013-01-27 Thread Sayth Renshaw
Why leave JS? Use node.js or meteor . PHP has many frameworks any in particular you were referring to Cake, symfony2, send? Sayth On Monday, January 28, 2013, Vijaya Reddy wrote: > Hello All, > > I want to build my career in web development. I have learned CSS,HTML,JS. > Now i am planning to

Polls tutorial receive object not object representation

2013-01-27 Thread Sayth Renshaw
Hi Just seeking a little clarification. In the Polls tutorial we get this section. >>> p = Poll.objects.get(pk=1) # Display any choices from the related object set -- none so far.>>> p.choice_set.all()[] # Create three choices.>>> p.choice_set.create(choice_text='Not much', votes=0)>>>