Raphael, Exactly what you said. I'm trying to build a "Battleship" game app with Django, and I want to be able save the game state in the db so I can revisit it later if I quit the game before it is finished.
Thanks for the links provided. I'm new to Django and still fairly new to programming overall, so I don't really know a lot about array handling with Django's ORM. Currently, I'm considering using a custom field to handle my array but I'm not really sure on this approach yet. I'll certainly let you know when I finish this project :) On Saturday, January 19, 2013 10:57:53 AM UTC-5, Raphael wrote: > > @ Dex, > > So you want to store the actual game state in the db to recover > game-session-data after a period of time > and/or to perform game logic on the server side. > > well I am sure you already know it, but there are approaches to handle > array fields within the django ORM. > example: http://www.djangopackages.com/grids/g/arrayfield/landscape/ > or: https://github.com/ecometrica/django-dbarray > > but I have never tried one of them. > could be of interest one day! > > I am interested in your final solution. Maybe you can send me an email > once you decided a way to go. > > thx > > -- > > Raphaelhttp://develissimo.com > > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/SZZTyELbYbMJ. 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 more options, visit this group at http://groups.google.com/group/django-users?hl=en.