Re: how to develop cms on django

2010-10-30 Thread Matteius
Please try out Live Demo for Django CMS Classcomm ... http://code.google.com/p/classcomm/ and http://classcomm.geekshack.net/handin/ On Oct 29, 1:47 pm, Oivvio Polite wrote: > > i dont have time i need to start development within  a month.. > > > plz tell me all those crucial topics that i should

Re: how to develop cms on django

2010-10-29 Thread Oivvio Polite
> i dont have time i need to start development within a month.. > > plz tell me all those crucial topics that i should learn >From the little information I have about your situation I'd say your better of using a readymade CMS like Wordpress. As much as I love Django, I do think that you'll be s

Re: how to develop cms on django

2010-07-19 Thread Joao Silva
This is why i like a lot the django community. It's leaders set and lead by example well done Mr Russ Magee. With regards to the topic in hand just do it. Build a CMS it's a great learning exercise but you have time constraints go for Django-cms. Good luck. On Jul 19, 1:00 pm, Russell Keith-Ma

Re: how to develop cms on django

2010-07-19 Thread Jonas Obrist
On 06/30/2010 10:57 AM, bruno desthuilliers wrote: On 29 juin, 12:29, samie wrote: sir i am a beginner in python and django.. i want develop a content management system using django.. plz help me wht shld i do from where shld i start.. I think the very first thing to do would be to

Re: how to develop cms on django

2010-07-19 Thread Russell Keith-Magee
On Mon, Jul 19, 2010 at 6:06 PM, Kenneth Gonsalves wrote: > On Monday 19 July 2010 15:27:20 Mike Dewhirst wrote: >> At that point you will be in a position to look at the source code of >> the CMS you implemented via your hosting provider and make any >> configuration tweaks which suit your needs.

Re: how to develop cms on django

2010-07-19 Thread Kenneth Gonsalves
On Monday 19 July 2010 15:27:20 Mike Dewhirst wrote: > At that point you will be in a position to look at the source code of > the CMS you implemented via your hosting provider and make any > configuration tweaks which suit your needs. > all this for a person who took a week and about 10 mails

Re: how to develop cms on django

2010-07-19 Thread Mike Dewhirst
On 19/07/2010 7:02pm, Dmitry Dulepov wrote: Hi! Julio Cesar Rodriguez Cruz wrote: sir i am a beginner in python and django.. i want develop a content management system using django.. It is a bit late to respond to this but I have to say it: you are going to fail this project. Why? Can you im

Re: how to develop cms on django

2010-07-19 Thread Dmitry Dulepov
Hi! Julio Cesar Rodriguez Cruz wrote: > sir i am a beginner in python and django.. > > i want develop a content management system using django.. It is a bit late to respond to this but I have to say it: you are going to fail this project. Why? Can you imagine yourself saying: "I need to develop

Re: how to develop cms on django

2010-07-01 Thread Julio Cesar Rodriguez Cruz
If you want rapid, cross-browser facilities, nice and friendly interfaces and pain-less javascript develop, you must consider learn and use a js library like jQuery Instead to develop your cms from scratch consider to use or reuse http://www.django-cms.org/ Hope this help you regards julio cesar

Re: how to develop cms on django

2010-07-01 Thread bruno desthuilliers
On 30 juin, 12:10, samie wrote: > On Jun 30, 1:58 pm, bruno desthuilliers > > wrote: > > On 29 juin, 12:41, samie wrote: > > > > 1 more query.. > > > > what are important that i shld. learn in python and in django to > > > develop my cms.. > > > Everything or almost. > > i dont have time i need

Re: how to develop cms on django

2010-07-01 Thread bruno desthuilliers
On 30 juin, 12:16, Kenneth Gonsalves wrote: > On Wednesday 30 June 2010 15:40:20 samie wrote: > > > > Everything or almost. > > > i dont have time i need to start development within  a month.. > > > plz tell me all those crucial topics that i should learn > > 1. python > 2. css > 3. html > 4. ja

Re: how to develop cms on django

2010-06-30 Thread samie
roger that.. thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more optio

Re: how to develop cms on django

2010-06-30 Thread Tom Evans
On Wed, Jun 30, 2010 at 11:10 AM, samie wrote: > i dont have time i need to start development within  a month.. > > plz tell me all those crucial topics that i should learn > There is no magic incantation. I'd start with a python book, and every top level topic in the django documentation: http

Re: how to develop cms on django

2010-06-30 Thread Kenneth Gonsalves
On Wednesday 30 June 2010 15:40:20 samie wrote: > > Everything or almost. > > i dont have time i need to start development within a month.. > > plz tell me all those crucial topics that i should learn > 1. python 2. css 3. html 4. javascript 5. Database design 6. django installation, set up an

Re: how to develop cms on django

2010-06-30 Thread samie
On Jun 30, 1:58 pm, bruno desthuilliers wrote: > On 29 juin, 12:41, samie wrote: > > > 1 more query.. > > > what are important that i shld. learn in python and in django to > > develop my cms.. > > Everything or almost. i dont have time i need to start development within a month.. plz tell

Re: how to develop cms on django

2010-06-30 Thread bruno desthuilliers
On 29 juin, 15:32, derek wrote: > If you don't want to build everything from scratch, you may want to > look at:http://pinaxproject.com/ I don't think it's the best approach for a complete beginner. You need a good working knowledge of both Python and Django to make sense and good use of somethi

Re: how to develop cms on django

2010-06-30 Thread bruno desthuilliers
On 29 juin, 12:41, samie wrote: > 1 more query.. > > what are important that i shld. learn in python and in django to > develop my cms.. Everything or almost. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email

Re: how to develop cms on django

2010-06-30 Thread bruno desthuilliers
On 29 juin, 12:29, samie wrote: > sir i am a beginner in python and django.. > > i want develop a content management system using django.. > > plz help me wht shld i do from where shld i start.. I think the very first thing to do would be to avoid the sms style. > i am learning python from googl

Re: how to develop cms on django

2010-06-29 Thread derek
On Jun 29, 12:29 pm, samie wrote: > sir i am a beginner in python and django.. > > i want develop a content management system using django.. > > plz help me wht shld i do from where shld i start.. > > i am learning python from google videos and develop a application > which is available on django

Re: how to develop cms on django

2010-06-29 Thread Adnan Sadzak
You can learn from http://www.django-cms.org/ project. It have all You need to start Your own project and to learn. On Tue, Jun 29, 2010 at 12:41 PM, samie wrote: > 1 more query.. > > what are important that i shld. learn in python and in django to > develop my cms.. > > -- > You received this

Re: how to develop cms on django

2010-06-29 Thread samie
1 more query.. what are important that i shld. learn in python and in django to develop my cms.. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group,

how to develop cms on django

2010-06-29 Thread samie
sir i am a beginner in python and django.. i want develop a content management system using django.. plz help me wht shld i do from where shld i start.. i am learning python from google videos and develop a application which is available on django home website.. m using python 2.6 and django 1.