Re: What is the best route to take to build a general CMS using Django?

2018-07-12 Thread Jason
nother > whole framework to make even a simple CMS such as django-cms or wagtail > so what I want to know is is there any guidance to make just a simple CMS? > > On Thursday, July 12, 2018 at 5:39:20 AM UTC+3, mark wrote: >> >> The point of my response was to let the or

Re: What is the best route to take to build a general CMS using Django?

2018-07-12 Thread Carlo Ascani
Il giorno gio 12 lug 2018 alle ore 04:53 afj afj ha scritto: > > I already saw some results for this search but what I found was another whole > framework to make even a simple CMS such as django-cms or wagtail > so what I want to know is is there any guidance to make just a simple

Re: What is the best route to take to build a general CMS using Django?

2018-07-11 Thread afj afj
I already saw some results for this search but what I found was another whole framework to make even a simple CMS such as django-cms or wagtail so what I want to know is is there any guidance to make just a simple CMS? On Thursday, July 12, 2018 at 5:39:20 AM UTC+3, mark wrote: > > The

Re: What is the best route to take to build a general CMS using Django?

2018-07-11 Thread Mark Phillips
hejaze wrote: > i think we can all use google mark . thanks for the good knowledge > > On Thu, 12 Jul 2018, 02:48 Mark Phillips, > wrote: > >> https://www.google.com/search?q=What+is+the+best+route+to+ >> take+to+build+a+general+CMS+using+Django%3F=What+is+ >>

Re: What is the best route to take to build a general CMS using Django?

2018-07-11 Thread mottaz hejaze
i think we can all use google mark . thanks for the good knowledge On Thu, 12 Jul 2018, 02:48 Mark Phillips, wrote: > > https://www.google.com/search?q=What+is+the+best+route+to+take+to+build+a+general+CMS+using+Django%3F=What+is+the+best+route+to+take+to+build+a+general+CMS+using+Dja

Re: What is the best route to take to build a general CMS using Django?

2018-07-11 Thread Mark Phillips
https://www.google.com/search?q=What+is+the+best+route+to+take+to+build+a+general+CMS+using+Django%3F=What+is+the+best+route+to+take+to+build+a+general+CMS+using+Django%3F=chrome..69i57j69i60.948j0j9=chrome=UTF-8 On Wed, Jul 11, 2018 at 5:21 PM, afj afj wrote: > --- > > -- >

What is the best route to take to build a general CMS using Django?

2018-07-11 Thread afj afj
--- -- 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 this group, send email to

Re: Django CMS and django-admin-tools are together?

2011-12-27 Thread Jonas Obrist
"but I read that django-admin-tools is one of django-cms apps." that is incorrect. The initial design and idea started on our blog [1] but it was never implemented by us, so someone else did and thus django-admin-tools was created. [1] https://www.django-cms.org/en/blog/2009/10/29

Re: Django CMS and django-admin-tools are together?

2011-12-27 Thread Denis Darii
I have a project in which I use django-cms and django-admin-tools together in production and I hadn't had any problems using it until now. On Tue, Dec 27, 2011 at 9:27 AM, Maxim Boyarskiy <maxim.boyars...@gmail.com>wrote: > Hi Guys, > > One question here: Is it possible and j

Django CMS and django-admin-tools are together?

2011-12-27 Thread Maxim Boyarskiy
Hi Guys, One question here: Is it possible and justified to use django-admin- tools over django-cms? I have no experience with Django-CMS and django- admin-tools, but I read that django-admin-tools is one of django-cms apps. I mean, I have to implement user filled resource and I look at cms

Re: django cms without django admin

2011-01-10 Thread Jonas Obrist
Hi As already mentioned, this belongs to http://groups.google.com/group/django-cms?hl=en But let me just quickly say that there's no sane way to get the CMS running without admin. The whole point in having a CMS is to be able to edit content easily, for which you need admin. I have no idea

Re: django cms without django admin

2011-01-10 Thread Joel Goldstick
On Mon, Jan 10, 2011 at 8:06 AM, Shawn Milochik <sh...@milochik.com> wrote: > This is probably a better question for the Django-CMS Google Group than > this one: > > http://groups.google.com/group/django-cms?hl=en > > It's always possible to subclass their modelforms

Re: django cms without django admin

2011-01-10 Thread Shawn Milochik
This is probably a better question for the Django-CMS Google Group than this one: http://groups.google.com/group/django-cms?hl=en It's always possible to subclass their modelforms and templates. I've used Django CMS, but I don't have a grasp of how much work it would be to disable the admin

django cms without django admin

2011-01-09 Thread vamsy krishna
Hi, I'm trying to set up django-cms-2.0.2 for my site. The problem is we haven't enabled the django admin for security reasons and want to keep it that way. Is there a way to use the cms without the admin interface? Thanks, Vamsy -- You received this message because you are subscribed

Re: CMS for django

2010-11-15 Thread Piotr Kilczuk
> I like Merengue CMS, a Django based CMS with steroids, but some of > the steroids are non free software. > > http://www.merengueproject.org/ > Wow, looks promising. I'll have to try it out myself. Thanx :) Regards, Piotr -- You received this message because you are subscribe

Re: CMS for django

2010-11-15 Thread Manuel Pinot a.k.a. talishte.com
> I would welcome comments on what CMS is compatible with django. > I have seen much on the web regarding this topic, but I would > suspect that from this ML I am much more likely to hear directly > from someone who is deploying a CMS with django. > > thanks in advanc

Re: CMS for django

2010-11-15 Thread Piotr Kilczuk
> > I would welcome comments on what CMS is compatible with django. >> > > You might look at LFC: http://www.lfcproject.com Hi, Noone mentioned http://www.feinheit.ch/labs/feincms-django-cms/ yet, it might be nice and more stable than DjangoCMS. But you can live with Dja

Re: CMS for django

2010-11-14 Thread Kai Diefenbach
Hi, On 2010-11-15 00:37:29 +0100, Tim Johnson said: I would welcome comments on what CMS is compatible with django. You might look at LFC: http://www.lfcproject.com Kai -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Re: CMS for django

2010-11-14 Thread Kenneth Gonsalves
On Sun, 2010-11-14 at 14:37 -0900, Tim Johnson wrote: > I would welcome comments on what CMS is compatible with django. > I have seen much on the web regarding this topic, but I would > suspect that from this ML I am much more likely to hear directly > from someone who is dep

Re: CMS for django

2010-11-14 Thread Tim Johnson
Thanks for the responses. -- Tim tim at johnsons-web.com or akwebsoft.com http://www.akwebsoft.com -- 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

Re: CMS for django

2010-11-14 Thread Michael Sprayberry
I too like django-cms, although it has not been updated in a while it is still a good CMS. Plus the fact the CMS was built exclusively for Django. If you are a news media I would suggest using Ellington CMS but this is a costly adventure and sure only be used when there is a substantial amount

Re: CMS for django

2010-11-14 Thread Robbington
Depends what you want to do friend, The admin interface is pretty extensible on its own, flatpages etc. but if you are looking for some ready built options Django CMS is worth a look http://www.django-cms.org/ -- You received this message because you are subscribed to the Google Groups

CMS for django

2010-11-14 Thread Tim Johnson
Greetings: I would welcome comments on what CMS is compatible with django. I have seen much on the web regarding this topic, but I would suspect that from this ML I am much more likely to hear directly from someone who is deploying a CMS with django. thanks in advance -- Tim tim at johnsons

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 <myli...@polite.se> wrote: > > i dont have time i need to start development within  a month.. > > > plz tell

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

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

Re: how to develop cms on django

2010-07-19 Thread Jonas Obrist
e very first thing to do would be to avoid the sms style. i am learning python from google videos What about learning it from the official tutorial and other good quality free online resources listed in the official doc ? Being a core developer of django-cms [1], I can te

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

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
. Django is fabulous. There is only one way to make a CMS happen quickly. Find an existing django CMS and implement that. You can google for one. You also might need to find a django hosting provider who will install it for you. While the hosting provider is getting your CMS up and ru

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

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

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.

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

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

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

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

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

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

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

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 >

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.. >

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

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

Re: How do you make a CMS in Django (trying to get the big picture)?

2008-03-26 Thread Jeff Anderson
. Are there any example tutorials or books that show you how to do that? I've looked at some of the books at Amazon, but I'm not sure if they'll teach what I want. Any resources are appreciated that actually build a CMS. Django is very nice for building database models. Its power is that you

Re: How do you make a CMS in Django (trying to get the big picture)?

2008-03-26 Thread David Reynolds
really depends on what you want the CMS to do. http://www.pylucid.org/ is a CMS written in django, perhaps you could get some ideas on where to start from that? -- David Reynolds [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you a

How do you make a CMS in Django (trying to get the big picture)?

2008-03-26 Thread jmDesktop
I'm not really asking you for steps. I'm trying to understand why I'm using Django. I started out wanting to learn Python, and needing to do more web than anything, eventually deciding on Django. I keep reading that Django can help you make your own CMS, which is what I want. Are there any