Re: getting started with django

2015-10-07 Thread Tim Graham
Getting Started with Django: https://docs.djangoproject.com/en/stable/intro/ Contributing: https://docs.djangoproject.com/en/dev/intro/contributing/ https://docs.djangoproject.com/en/dev/internals/contributing/ On Wednesday, October 7, 2015 at 8:12:11 AM UTC-4, Anagha R wrote: > > How to get stat

Re: Getting started with django templatetags

2014-10-20 Thread Collin Anderson
Hello, If you didn't say "can't modify models", I would for sure recommend custom methods on each model. Otherwise, I think Thomas's suggestion is right. Thanks, Collin -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Re: Getting started with django templatetags

2014-10-19 Thread Tom Lockhart
On Oct 18, 2014, at 2:24 AM, Scipion wrote: > Hey, > > I have started to use Django (1.6) few weeks ago and I have the following > problem to resolve by using templatetags. (this is my very first templatetags > draft, so I may be wrong in the way of designing it, do not hesitate to > highlig

Re: Getting Started with Mac OS X

2013-07-14 Thread Thomas Lockhart
On 7/14/13 1:26 PM, Mando wrote: Hi, This is the way I have it set up my osx $ sudo pip install virtualenv $ virtualenv --distribute pytho_projects $ source python_projects/bin/activate $ (python projects) pip install django $ django-admin.py startproject myblog and that should get you past t

Re: Getting Started with Mac OS X

2013-07-14 Thread Mando
Hi, This is the way I have it set up my osx $ sudo pip install virtualenv $ virtualenv --distribute pytho_projects $ source python_projects/bin/activate $ (python projects) pip install django $ django-admin.py startproject myblog and that should get you past that. using virtualenv just makes it

Re: Getting started with django( the new one is confusing , especially first episode)

2013-07-14 Thread cingusoft
Hi, Why you don't use google If you find vagrant, virtualenv and more you obtain all the informations. You obtain more infos from the projects site than in any mailing group. BlackBerry de movistar, allí donde estés está tu oficin@ -Original Message- From: naufalyah...@gmail.com Sender:

Re: Getting started with django( the new one is confusing , especially first episode)

2013-07-14 Thread Randy Baxley
http://docs.python-guide.org/en/latest/dev/virtualenvs.html https://github.com/applicationsonline/librarian http://docs.vagrantup.com/v2/why-vagrant/index.html Now maybe you can help me by telling me what episode you are refering to? On Sun, Jul 14, 2013 at 5:05 AM, wrote: > What is vagrant

Re: Getting Started with Mac OS X

2013-07-13 Thread Kayode Alayode
Yea I think they wanted you to add this "*django-admin.py startproject mysite*" at the cd commandpromopt I am stuck here as well and don't really know how to proceed as well. On Monday, February 27, 2012 7:36:21 PM UTC-5, JChlipala wrote: > > Hello, > > I am a Django beginner, and am trying t

Re: Getting Started

2012-09-25 Thread Laxmikant Gurnalkar
Hi, Extending to Jani Tiainen-- Or you have not properly installed Django, It looks like manage.py is missing. In any of the version manage.py comes by default. Use 7-zip to unzip the django tarballs on windows machine. regards, Laxmikant On Mon, Sep 24, 2012 at 9:37 PM, Greg L

Re: Getting Started

2012-09-24 Thread Jani Tiainen
It looks like you have older version of Django installed somewhere. You definitely should go for virtualenv it saves lot of troubles in the long run. On Mon, Sep 24, 2012 at 7:07 PM, Greg Lindstrom wrote: > Hello, > > I am having trouble getting started using Django 1.4.1 on my Windows 7 > machi

Re: Getting Started-Introduction

2012-05-22 Thread Andre Terra
https://docs.djangoproject.com/en/dev/internals/contributing/ On Tue, May 22, 2012 at 11:17 AM, vishrut mehta wrote: > Thank you a lo..! But i tld u im a bit new to all this...Can u > please explain how to solve bugs and submit the patches,means the procedure > ??I am just new to this...

Re: Getting Started-Introduction

2012-05-22 Thread vishrut mehta
Thank you a lo..! But i tld u im a bit new to all this...Can u please explain how to solve bugs and submit the patches,means the procedure ??I am just new to this... On Tue, May 22, 2012 at 3:54 PM, kenneth gonsalves wrote: > On Tue, 2012-05-22 at 14:35 +0500, vishrut mehta wrote: > > I a

Re: Getting Started-Introduction

2012-05-22 Thread kenneth gonsalves
On Tue, 2012-05-22 at 14:35 +0500, vishrut mehta wrote: > I am Vishrut Mehta,studing Computer > Sci and Eng. BTech 2nd year.I was just getting started with > contributing > to Open Source Community.So wanted to start from the thing i love like > developing softwares,apps,website,etc.I dont have an

Re: Getting Started with Mac OS X

2012-03-07 Thread Clark Corey
I am typing mine into a shell promptI posted the thread, but I don't know that it has posted yet...here it is: After installing Django I am attempting to start a new project. After creating a directory for this, I tried using the command: "django- admin.py startproject mysite". but I'm getti

Re: Getting Started with Mac OS X

2012-03-07 Thread Tom Evans
On Wed, Mar 7, 2012 at 2:43 PM, Clark wrote: > I am having a similar issue, so I tried the $ pip uninstall django, > but I got a "IOError: [Errno 13] Permission denied" > > Advice? > > Thanks. > You should have started a new thread for your new error. The error here was that the new user was typi

Re: Getting Started with Mac OS X

2012-03-07 Thread Clark
I am having a similar issue, so I tried the $ pip uninstall django, but I got a "IOError: [Errno 13] Permission denied" Advice? Thanks. On Feb 28, 2:08 am, Praveen Rachabattuni wrote: > Hi, > > I am using on Mac OS X Lion and its working pretty well. > Seems there is something wrong with your d

Re: Getting Started with Mac OS X

2012-02-28 Thread Tom Evans
On Tue, Feb 28, 2012 at 12:36 AM, JChlipala wrote: > Hello, > > I am a Django beginner, and am trying to get Django set up in Mac OS > X.  I am going through the tutorial, but getting stuck very early > (essentially at the beginning).  I have installed Python and Django. > The next instruction is

Re: Getting Started with Mac OS X

2012-02-28 Thread Praveen Rachabattuni
Hi, I am using on Mac OS X Lion and its working pretty well. Seems there is something wrong with your django installation, try reinstalling $ pip uninstall django $ pip install django Hope that helps. Regards, Praveen R On Tuesday, 28 February 2012 06:06:21 UTC+5:30, JChlipala wrote: > > Hel

Re: Getting Started with Mac OS X

2012-02-27 Thread Babatunde Akinyanmi
I've never used mac OS but try: python django-admin.py startproject mysite On 2/28/12, JChlipala wrote: > Hello, > > I am a Django beginner, and am trying to get Django set up in Mac OS > X. I am going through the tutorial, but getting stuck very early > (essentially at the beginning). I have i

Re: Getting started with Django: New Udemy Class, free for a limited time

2012-02-02 Thread Shabda Raaj
I was hoping to get about 100 people in a month, but we already have 289 people signed up in a week. :). I wasn't expecting this. (You can verify this at Udemy.) Because I am still adding the content, I am keeping the price to $9 for the whole of February, and would raise once I am done with addin

Re: Getting started with generic relations

2010-12-06 Thread mack the finger
I did read the docs. The ubiquious 'TaggedItem' example I just couldn't wrap my head around. I get it now though. For those who find this looking for a solution: Just add three fields to your model: content_type = models.ForeignKey(ContentType) object_id = models.PositiveIntegerField() item = gen

Re: Getting started with generic relations

2010-12-06 Thread bruno desthuilliers
On 5 déc, 20:30, mack the finger wrote: > I can't quite wrap my brain around how to do generic relations. I have > a `Receipt` model which is a receipt of a purchase. One of the fields > is `item` which is a foreign key to a product model. I want to be able > to not only have products, but other t

Re: Getting Started, tutorial newbie

2009-08-06 Thread zignorp
figured it out, but I'm not sure I can articulate what I did. I had to start the shell first, then import my model. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e

Re: Getting started with django

2009-06-29 Thread mugisha moses
1.visit www.djangoproject.com . they have the best documentation 2. try experimenting with stuff. for example you can try developing a website using django. 3. you can search code.google.com or sourceforge.net for some django projects and look at the source code. cheers On Mon, Jun 29, 2009 at 7:

Re: Getting started with django

2009-06-29 Thread Rajesh Dhawan
> I have some basic of python(functional part and also very basic of oop > part), but don't have other knowledge. I would like to start with > django. So, what more is required to getting started with django so > that i can grasp all the concept and can be proficient with django. > Also is there a

Re: Getting started on mac

2009-06-03 Thread zignorp
Thanks Alex! That's just what I wanted to know, could I switch easily. I would rather put off some of that configuration time! W On Jun 3, 3:14 pm, Alex Gaynor wrote: > On Wed, Jun 3, 2009 at 5:12 PM, zignorp wrote: > > > I just fixed this and it's working swimmingly.  It seems that 10.5 > >

Re: Getting started on mac

2009-06-03 Thread Alex Gaynor
On Wed, Jun 3, 2009 at 5:12 PM, zignorp wrote: > > I just fixed this and it's working swimmingly. It seems that 10.5 > doesn't come with that directory, so I just did what I said I would in > the last paragraph, and I have my first page. I'm very excited. Now > I have to decide whether to go t

Re: Getting started on mac

2009-06-03 Thread zignorp
I just fixed this and it's working swimmingly. It seems that 10.5 doesn't come with that directory, so I just did what I said I would in the last paragraph, and I have my first page. I'm very excited. Now I have to decide whether to go through the pain of getting mysql working right with django

Re: getting started...with django

2009-03-04 Thread Paul Nema
After the tutorial and reading the docs, if you're the visual type, try these screencasts. Very helpful and illuminating. http://thisweekindjango.com/screencasts/?page=3 and http://showmedo.com/videos/django On Wed, Mar 4, 2009 at 11:58 AM, CLIFFORD ILKAY wrote: > mseg...@gmail.com wrote: > >

Re: getting started...with django

2009-03-04 Thread CLIFFORD ILKAY
mseg...@gmail.com wrote: > hi there ! am new in django and i need help on getting started... > if you are the guy please email me Welcome! Start here: . Don't worry if it doesn't all make sense at first. Just follow the steps exactly and b