Re: Django Baseball Site Model

2013-01-24 Thread David Gomez
> integer field. > > Ex: > > class Stint(models.Model): > # some stuff here > team = models.CharField() > year = models.IntegerField() > traded = models.IntegerField() #if 0, then he wasn't traded, if 1 > this is his 2nd team, etc... > > Ho

Django Baseball Site Model

2013-01-16 Thread David Gomez
Hi, I would like to make a website about baseball player from an specific country, but I'm stock how to make the model for the player stat. My Current a sample model is like this (The Stat Class is going to be much longer): class PLayer_Bios(models.Model): my_id = models.SlugFi

Re: Facebook like button in django

2012-10-12 Thread David Gomez
I want to create a website facebook like, but real simple and I want to have a button that I can give to blogger to add them on their blog entries. It have nothing to do with facebook. On Friday, October 12, 2012 9:03:26 AM UTC-4, David Gomez wrote: > > No the button is for my own w

Re: Facebook like button in django

2012-10-12 Thread David Gomez
9:50:54 PM UTC+2, David Gomez wrote: >> >> How can I create a Facebook Share button in django? I would like >> something like this: >> button name my_website >> When user click the button it would pop up a window with a form >> When user click the button, it wil

Re: Facebook like button in django

2012-10-11 Thread David Gomez
October 11, 2012 4:33:59 PM UTC-4, GGC on Django wrote: > > You can start here > > http://twitter.github.com/bootstrap/javascript.html#popovers > > > see the examples ... > > > > On Thu, Oct 11, 2012 at 2:50 PM, David Gomez > > wrote: > >> How ca

Facebook like button in django

2012-10-11 Thread David Gomez
How can I create a Facebook Share button in django? I would like something like this: button name my_website When user click the button it would pop up a window with a form When user click the button, it will grab the form information and the information on the blog, and put it on the database li

Re: A simple LinkedIn site with django

2012-10-09 Thread David Gomez
at 1:01 PM, David Gomez > > wrote: > > When you say is write to the paper, what do you mean? I'm new in > programming > > and I just looking for a project, so I can learn on the fly. I'm > looking > > almost the same as linkedin with less option. Like wh

Re: A simple LinkedIn site with django

2012-10-09 Thread David Gomez
r, adding their personal information (school, resume, etc...). Also other section for employers where they register and after the register they can search for future hiring. On Monday, October 8, 2012 8:13:46 PM UTC-4, David Gomez wrote: > > I have project in mind and I was thinking how hard

A simple LinkedIn site with django

2012-10-08 Thread David Gomez
I have project in mind and I was thinking how hard is to create my project. Is going to be like a LinkedIn, but a simple one. How hard is to make a web application like this? And what is the hardest part? Thanks in advance -- You received this message because you are subscribed to the Google Gr

Re: Geodjango Tutorial: SRID problem when loading data from shapefile to PostGIS table

2012-09-27 Thread David Gomez
I'm having the same issue. I see that you say that you change the postgress manually. Can you tell me where can I find that file. I'm new with django. Thanks On Monday, October 17, 2011 5:06:39 PM UTC-4, Pauline Emery wrote: > > Dear all, > > I'm having a problem doing the section "LayerMapping"