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

getting started with django

2015-10-07 Thread Anagha R
How to get stated with django?How can we contribute to it? -- 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

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

Getting started with django templatetags

2014-10-18 Thread Scipion
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 highlight anything weird). In my template, I have a list of elemen

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

2013-07-14 Thread cingusoft
ender: django-users@googlegroups.com Date: Sun, 14 Jul 2013 03:05:16 To: Reply-To: django-users@googlegroups.com Subject: Getting started with django( the new one is confusing , especially first episode) What is vagrant ?? how do i set it up, what is cheffile? what is virtual env??? Please

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

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

2013-07-14 Thread naufalyahaya
What is vagrant ?? how do i set it up, what is cheffile? what is virtual env??? Please could someone explain these to me. Cheers! Naufal -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails f

Getting started with Django workshop - Nottingham 18 May

2012-03-27 Thread Erskine Design
Hi - we're holding a workshop for developers interested in getting stuck into Django. It’ll cover all the essentials including: * Setting up a new project * Package management * Database migration with South * The model, view template structure * Working with forms * Customising the admin interfa

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

2012-02-02 Thread Shabda Raaj
ok. 4. Various other tutorials. 5. Code samples of all code written in the screencasts and the tutorials. On Jan 28, 11:13 pm, Shabda Raaj wrote: > Here is the link:http://www.udemy.com/getting-started-with-django2/ > > More info: > I am starting aUdemyclass called  "Getting started w

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

2012-01-28 Thread Shabda Raaj
Here is the link: http://www.udemy.com/getting-started-with-django2/ More info: I am starting a Udemy class called "Getting started with Django". This is supposed to be a fast paced introduction to Django, and is going to be useful to people from beginner to intermediate Django skill

Re: Having a tough time getting started with Django

2011-01-05 Thread Peter L. Berghold
On Wed, 2011-01-05 at 08:27 -0800, Daniel Roseman wrote: > > > What version of Django have you installed? It appears to be earlier > than 1.2 at least, You were right on the money. I just checked the Debian site and the Django loaded via apt-get is version 1.02. (not a typo... there's a zero

Re: Having a tough time getting started with Django

2011-01-05 Thread ringemup
Check the capitalization of the word "models" in some of your model definitions. On Jan 5, 11:00 am, "Peter L. Berghold" wrote: > OK:  Trying to get a handle on getting started with Django and like I > always do when learning a new environment I've dived in h

Re: Having a tough time getting started with Django

2011-01-05 Thread Daniel Roseman
On Wednesday, January 5, 2011 4:00:02 PM UTC, Cowdawg wrote: > > OK: Trying to get a handle on getting started with Django and like I > always do when learning a new environment I've dived in head first. > > Here is an error message I'm getting. > > pe...@slcjwe

Having a tough time getting started with Django

2011-01-05 Thread Peter L. Berghold
OK: Trying to get a handle on getting started with Django and like I always do when learning a new environment I've dived in head first. Here is an error message I'm getting. pe...@slcjwebapp0:~/agilitystewards$ python manage.py syncdb Error: Couldn't install apps, because th

Re: Help Requested: Getting Started with Django

2010-05-10 Thread Steven Degutis
There is no 'full version' as far as I know. You're meant to write the project along with the tutorial and by the time you complete the 4 tutorials, you will have a full django project. This is how I got my feet wet with django, and afterwards I used all the thorough documentation as a reference fo

Help Requested: Getting Started with Django

2010-05-09 Thread Chuck
Hi all, I've read through the Django tutorial and it makes a lot of sense to me. Does anyone have the full version of the poll application available for download? I think it would be a good reference for me as I develop my own site. Thank you, Chuck -- You received this message because you are

Re: Getting started with django

2009-06-29 Thread mugisha moses
:09 PM, Rajesh Dhawan wrote: > >> 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

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

Getting started with django

2009-06-29 Thread atik
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 any w

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

getting started...with django

2009-03-04 Thread mseg...@gmail.com
hi there ! am new in django and i need help on getting started... if you are the guy please email me --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djang