Re: Django CMS

2019-12-25 Thread Kyl Francis
Me too Le mer. 25 déc. 2019 à 8:48 PM, viho kochoedo a écrit : > Hello, > I want to know more about Django CMS. > > -- > 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 >

Re: Django CMS

2019-12-25 Thread Karan Mittal
https://data-flair.training/blogs/django-cms/ Check out this link. Regards Karan Mittal On Thu, 26 Dec, 2019, 1:18 AM viho kochoedo, wrote: > Hello, > I want to know more about Django CMS. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group.

Re: Django cms and templates

2019-09-19 Thread MEGA NATHAN
Hi. you check app name 127.0.0.8/app name *Regards* Meganathan G On Thu, Sep 19, 2019 at 4:30 AM Perceval Maturure wrote: > Dear all > > I have a django project done with Django 2.1 and successfully made an > apphook to the cms page bt the problem is that the template file does not >

Re: django cms beginner app issue

2019-03-26 Thread Keegen Knapp
so I'm missing a line of code in my models.py? On Tuesday, March 26, 2019 at 7:09:59 AM UTC-5, Avraham Serour wrote: > > you model doesn't have app_config > > On Tue, Mar 26, 2019 at 1:07 AM Keegen Knapp > wrote: > >> I'm trying to write a custom app where you can add new plants in the >> admi

Re: django cms beginner app issue

2019-03-26 Thread Avraham Serour
you model doesn't have app_config On Tue, Mar 26, 2019 at 1:07 AM Keegen Knapp wrote: > I'm trying to write a custom app where you can add new plants in the > admin. Then create a list view, category view and detailed view. You can > see my error and code below. Any help is greatly appreciated!!

Re: django cms beginner app issue

2019-03-26 Thread Keegen Knapp
sorry, that doesn't make sense. maybe that was meant for a different post? On Monday, March 25, 2019 at 6:58:01 PM UTC-5, LIGHTNING OMEGA 2 636 wrote: > > Just letting you know that, I've read msg and reviewed you code. Although > these are interview objects, it uses word tokens. Key words suc

Re: django cms beginner app issue

2019-03-25 Thread LIGHTNING OMEGA 2 636
Just letting you know that, I've read msg and reviewed you code. Although these are interview objects, it uses word tokens. Key words such as those used in this code are handled well by utilizing Natural Language Processing (NLP) methods. Mapping and Regular Expressions (Regex) do alot of the

Re: Django CMS or Wiki?

2015-08-24 Thread guettli
A static content generator is what I use up to now. I want to alter the site from every web enabled device (pc or tablet). Am Montag, 24. August 2015 14:30:07 UTC+2 schrieb Shawn Milochik: > > On Mon, Aug 24, 2015 at 2:49 AM, guettli > > wrote: > >> >> Has someone an advice which django applic

Re: Django CMS or Wiki?

2015-08-24 Thread Shawn Milochik
On Mon, Aug 24, 2015 at 2:49 AM, guettli wrote: > > Has someone an advice which django application could be used? > > Regards, > Thomas Güttler > > Why does it have to be a Django application? Static site generators such as Hugo and Pelican are very popular, especially for things like blogs. Th

Re: Django CMS or Wiki?

2015-08-24 Thread Avraham Serour
Django cms feels like a framework for building your own cms, it has many things that will help you to build your own system and it is very flexible mezzanine is a finished product, it is highly configurable but it may be harder to customize (but always possible) On Mon, Aug 24, 2015 at 10:47 AM, g

Re: Django CMS or Wiki?

2015-08-24 Thread Avraham Serour
try http://mezzanine.jupo.org/ On Mon, Aug 24, 2015 at 9:49 AM, guettli wrote: > I am unsure which application I should use for my personal homepage. > > At work we use a wiki and I like it a lot, since you can edit the content > very fast and linking > between pages is very easy. > > On the ot

Re: Django CMS

2014-11-10 Thread Sergiy Khohlov
no problem. You are welcome Many thanks, Serge +380 636150445 skype: skhohlov On Mon, Nov 10, 2014 at 3:14 PM, Niall wrote: > Sergiy, just got it all sorted, one of my extra installed apps was > commented out in settings.py. > Thanks for response in any case > Niall > > On Monday, 10 Novemb

Re: Django CMS

2014-11-10 Thread Niall
Sergiy, just got it all sorted, one of my extra installed apps was commented out in settings.py. Thanks for response in any case Niall On Monday, 10 November 2014 17:35:39 UTC+10, Sergiy Khohlov wrote: > > send also log from console > > Many thanks, > > Serge > > > +380 636150445 > skype: skhoh

Re: Django CMS

2014-11-09 Thread Sergiy Khohlov
send also log from console Many thanks, Serge +380 636150445 skype: skhohlov On Sun, Nov 9, 2014 at 6:06 PM, Niall wrote: > Hi guys, > > I was hoping that someone could help me out with the following. I m > currently trying to access Djang CMS for the first time. I have been > following the

Re: django-cms apphook urls don't work with reverse() using Python shell

2014-08-19 Thread Ramiro Morales
On Tue, Aug 19, 2014 at 8:14 AM, Philipp wrote: > [...] > > This is my urls.py file: > > urlpatterns = patterns('', > url(r'^(?P[\w\-]+)?', ArticleView.as_view(), > name='article-by-slug'), > ) > > [...] reverse('article_app:article-by-slug', kwargs={'slug': a.slug}) Try with:: reve

Re: Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2013-09-08 Thread Dig
I don't think it's a django question. For security reasons, HTTP browser will block access resources in a different site(domain) by AJAX request. You should add Access-Control-Allow-Origin and Access-Control-Allow-Methods headers (response for OPTION request) to declar your willings. On Sep 8, 2013

Re: Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2013-09-07 Thread Zach Frank
Having same problem.. did you figure anything out? Z On Thursday, October 11, 2012 12:57:30 PM UTC-5, Matteo Suppo wrote: > > I found this: > http://comments.gmane.org/gmane.comp.python.django.django-cms/1202 > > and I decided to use tinymce for now. It's not solved though. I will do > somethin

Re: Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2013-09-07 Thread Zach Frank
Having this same problem... did you fix it? I'm using heroku, django-cms, s3 for static files and i'm getting the same domain origin error.. any new insights appreciated. Z On Thursday, October 11, 2012 12:57:30 PM UTC-5, Matteo Suppo wrote: > > I found this: > http://comments.gmane.org/gmane.

Re: Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2012-10-11 Thread Matteo Suppo
I found this: http://comments.gmane.org/gmane.comp.python.django.django-cms/1202 and I decided to use tinymce for now. It's not solved though. I will do something, maybe. On Thursday, October 11, 2012 7:25:19 PM UTC+2, Matteo Suppo wrote: > > Ok, here's a fun one. > > I set up a django installa

Re: Django-cms + Wymeditor + Heroku + AWS s3 + Cors

2012-10-11 Thread Matteo Suppo
Apparently with Firefox I don't have the CORS problem. It doesn't work either but at least it's a different error message: Error: Permission denied to access property 'styleSheets' styles = this._doc.styleSheets[0]; that brought me to this: http://stackoverflow.com/questions/2206586/wymeditor-

Re: Django CMS 2.3 Released!

2012-07-01 Thread Pascal Chambon
Yayh, django-cms and django-zinnia latest versions can once agains work together B-) thanks, regards, PKL Le 29/06/2012 15:42, Jonas Obrist a écrit : Today I am very excited that we just released Django CMS 2.3, with Django 1.4 support. You can read the release notes at Django at http://bit.

Re: Django CMS 2.3 Released!

2012-06-29 Thread Kurdy
Installed 2.3rc2 this afternoon. Happily surprised by new release. Upgraded to django1.4 and cms2.3. I'm only still struggling with django-filer. What would be the advise? Is a new version of filer expected soon? Or is the development-version enough for production? Thanks for all the nice work.

Re: Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread doniyor
hey Amao, great help :))) i really didnot see this dummy mistake.. thanks great and chrs On 4 Mrz., 15:53, Amao Zhao wrote: > the APP_INSTALLS in your settings.py is a list. please recheck your 'filer' > and so no. > 在 2012-3-4 下午10:07,"doniyor" 写道: > > > > > > > > > Hi there, > > > i need yo

Re: Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread Amao Zhao
the APP_INSTALLS in your settings.py is a list. please recheck your 'filer' and so no. 在 2012-3-4 下午10:07,"doniyor" 写道: > Hi there, > > i need your help, i am trying to setup cms of my webpage, but > everytime i run the "python manage.py syncdb" the error comes: > django.core.exceptions.Improperly

Re: Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread doniyor
by the way, i am using django-cms-2.2 On 4 Mrz., 15:07, doniyor wrote: > Hi there, > > i need your help, i am trying to setup cms of my webpage, but > everytime i run the "python manage.py syncdb" the error comes: > django.core.exceptions.ImproperlyConfigured: ImportError filer > cmsplugin_filer_

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/dashboard-pro

Re: Django CMS

2011-12-27 Thread Andre Terra
*Before this thread turns into **another "My favorite X is Y", everyone please think twice before posting.* OP (probably) asked "Which CMS will let me upload and embed videos?", so unless anyone has something to add in that regard, there's no need to state your personal preference. If, instead, h

Re: Django CMS

2011-12-27 Thread Ezequiel Bertti
the best one for me is FEINCMS : http://feinheit.ch/media/labs/feincms/ have great tools for another aplication and is very easy to configure and use. On Tue, Dec 27, 2011 at 12:52, Jonas Obrist wrote: > Hi there, if you're asking about django CMS (https://django-cms.org), you > should use the

Re: Django CMS

2011-12-27 Thread Jonas Obrist
Hi there, if you're asking about django CMS (https://django-cms.org), you should use the proper mailing list to ask questions: https://groups.google.com/forum/#!forum/django-cms Also, I do not fully understand your questions. Could you maybe try to explain a bit better what you're trying to ach

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 wrote: > Hi Guys, > > One question here: Is it possible and justified to use django-admin- > tools over djang

Re: django-cms and photologue

2011-05-27 Thread Venkatraman S
On Fri, May 27, 2011 at 5:32 PM, Dave Sayer wrote: > > I have a question relating to integrating django-photologue with > django-cms. I have added the cmsplugin-photologue app and am now > attempting to add the relevant tags to my templates. The trouble is, > is that I can't seem to find the corr

Re: django CMS 2.1.2 released

2011-04-07 Thread Parveen Arora
I am using 2.1.3, It looks awesome. -- Parveen Arora www.parveenarora.in E-Mail: m...@parveenarora.in -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this

Re: django CMS 2.1.2 released

2011-02-17 Thread Javier Nievas
Great! I'll need to remove the patch I did to make it work... :-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+u

Re: django CMS 2.1 final was just released!

2011-01-27 Thread Stuart
Fantastic! Thanks for your great work, guys. --Stuart On Jan 26, 3:05 pm, Jonas Obrist wrote: > We are very proud to announce that a few moments ago, the django CMS > team released the final release for version 2.1.0. This new version adds > new exciting features to our CMS and fixes many issu

Re: Django CMS 2.1 Release Candidate 3 was just released!

2011-01-14 Thread ptoal
Thanks ojii, and the whole team. I dropped off the radar for a few months because my RealJob(tm) keeps getting in the way, but I need to upgrade my site as it's running off a very old (pre-publisher-fix) git version. I hope to integrate the RC3 code on my dev site over the weekend, and if all

Re: Django CMS 2.1 Release Candidate 3 was just released!

2011-01-14 Thread Shawn Milochik
Django CMS is a pluggable app. It's not a collection of things like Pinax. You either add it to your project (and give yourself a CMS), or not. Here's a brief overview: 1. Install the app in an existing Django application. 2. Use the Django admin to create and edit pages using Django templates.

Re: Django CMS 2.1 Release Candidate 3 was just released!

2011-01-14 Thread Todd Wilson
Is there an overview of django-cms for those not familiar with it? I looked around the project homepage and, surprisingly, I couldn't find anything that gives a high-level overview. For example: * Is django-cms just a set of extensions to django that I could add individually and end up with djan

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 wh

Re: django cms without django admin

2011-01-10 Thread Joel Goldstick
On Mon, Jan 10, 2011 at 8:06 AM, Shawn Milochik 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 and templates. I've used > Django CMS, but I don't

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.

Re: django-cms error: no module named simplesite.urls

2010-11-04 Thread Karim Gorjux
On Thu, Nov 4, 2010 at 19:35, Karim Gorjux wrote: > Hi all, I'm just taking a look to the django-cms. I followed all the > instruction, but when I try to connect to the site I get this error my mistake. Was the settings.py wrong! :-| -- K. Blog Personale: http://www.karimblog.net -- You recei

Re: Django-Cms Installation Error

2010-08-22 Thread Jagdeep Singh Malhi
On Aug 21, 10:17 pm, Marek Dudek wrote: > You have django 1.2.1, now I noticed > I wasn't able to install any version of django-cms with django 1.2.1 and > I tried 2.0.0, 2.0.1, 2.0.2 and 2.1.0-beta3 > Most up-to-date combination that I successfully installed is django > 1.1.1 with django-cms 2.

Re: Django-Cms Installation Error

2010-08-21 Thread Marek Dudek
You have django 1.2.1, now I noticed I wasn't able to install any version of django-cms with django 1.2.1 and I tried 2.0.0, 2.0.1, 2.0.2 and 2.1.0-beta3 Most up-to-date combination that I successfully installed is django 1.1.1 with django-cms 2.0.2. Hope this helps -- You received this messa

Re: Django-Cms Installation Error

2010-08-21 Thread Marek Dudek
Hello Your django version doesn't match django-cms version. You didn't specify which you are using so it's hard to say what you should change. I encountered this problem and written a message some time ago. It contains the table with matching versions that should help you. Marek Dudek -- You

Re: Django-Cms Installation Error

2010-08-21 Thread Karen Tracey
On Sat, Aug 21, 2010 at 7:11 AM, Jagdeep Singh Malhi < singh.malh...@gmail.com> wrote: > I try to Install the Django-Cms using this link > http://www.django-cms.org/en/documentation/2.0/installation/ > > I face this error. I am able understand this error > > ERROR is : - > { > ImproperlyConfigured

Re: Django-Cms Installation Error

2010-08-21 Thread Jagdeep Singh Malhi
sorry, I am not able understand this error. -- 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

Re: Django CMS

2010-02-21 Thread @ Rocteur CC
On 21 Feb 2010, at 04:38, Shawn Milochik wrote: I used the same comparison you did, and I ended up going with Django- CMS. I like it a lot. As for importing the content, that should be pretty easy. Once you see how Django-CMS works you'll just need to make a simple HTML template and then

Re: Django CMS

2010-02-20 Thread Timothy Kinney
+1 On Sat, Feb 20, 2010 at 9:38 PM, Shawn Milochik wrote: > I used the same comparison you did, and I ended up going with Django-CMS. I > like it a lot. > > As for importing the content, that should be pretty easy. Once you see how > Django-CMS works you'll just need to make a simple HTML templa

Re: Django CMS

2010-02-20 Thread Shawn Milochik
I used the same comparison you did, and I ended up going with Django-CMS. I like it a lot. As for importing the content, that should be pretty easy. Once you see how Django-CMS works you'll just need to make a simple HTML template and then transfer the data from your old database into the appr

Re: Django-cms

2009-10-26 Thread David Zhou
On Mon, Oct 26, 2009 at 4:16 AM, aju mathew wrote > > In Django CMS any blog plugin is available. You should be using the Django-CMS mailing list for this in the future. That said, use CMS_PLACEHOLDER_CONF to specify which plugins are available for which placeholders: http://www.django-cms.org

Re: Django, CMS, CSS newbie question

2009-08-13 Thread Matthias Kestenholz
On Thu, Aug 13, 2009 at 11:55 PM, eldonp2 wrote: > > Thanks. > > I've gone through the book and done the tutorial on djangoproject.com > > Basically, my qyestion is still not answered - how do I start with a > CSS template and bring Django and Django-CMS in afterward? The problem > is with learnin

Re: Django, CMS, CSS newbie question

2009-08-13 Thread eldonp2
Thanks. I've gone through the book and done the tutorial on djangoproject.com Basically, my qyestion is still not answered - how do I start with a CSS template and bring Django and Django-CMS in afterward? The problem is with learning Python, HTML and Django, it will take a long time before I ge

Re: Django, CMS, CSS newbie question

2009-08-11 Thread Juan Hernandez
you can start here www.djangobook.com On Tue, Aug 11, 2009 at 10:58 AM, eldonp2 wrote: > I would like to start my own website. I > figured, since I don't know much, that I would start with a CSS > template and work back. How can I use a free template and then > integrate Django-Cms and Django i

Re: django-cms-2.0 problem

2009-08-10 Thread odonnell
Okay, that's probably what got both of us. Thanks! On Aug 10, 4:09 pm, Matthias Kestenholz wrote: > On Tue, Aug 11, 2009 at 1:01 AM, odonnell wrote: > > > I'll try starting with the example project this time, maybe something > > in there is different than starting a project with django-admin.py

Re: django-cms-2.0 problem

2009-08-10 Thread odonnell
Thanks, everything works when you start with the sample project. On Aug 10, 3:43 pm, Karl Bowden wrote: > On Mon, Aug 10, 2009 at 9:22 PM, Rob B (uk) wrote: > > > Trying to get a default install of : > >http://github.com/digi604/django-cms-2.0/ > > up and running on my dev but I'm getting this e

Re: django-cms-2.0 problem

2009-08-10 Thread Matthias Kestenholz
On Tue, Aug 11, 2009 at 1:01 AM, odonnell wrote: > > I'll try starting with the example project this time, maybe something > in there is different than starting a project with django-admin.py > startproject. > The standard django project skeleton does not have django.core.context_processors.reque

Re: django-cms-2.0 problem

2009-08-10 Thread odonnell
I'll try starting with the example project this time, maybe something in there is different than starting a project with django-admin.py startproject. On Aug 10, 3:43 pm, Karl Bowden wrote: > On Mon, Aug 10, 2009 at 9:22 PM, Rob B (uk) wrote: > > > Trying to get a default install of : > >http://

Re: django-cms-2.0 problem

2009-08-10 Thread odonnell
I just had the same problem and I've isolated the issue, sort of. I commented out all the stuff to do with CMS in settings.py and urls.py, except the line "django.core.context_processors.request", in TEMPLATE_CONTEXT_PROCESSORS. The issue still persisted. When I commented that out, too, I was able

Re: django-cms-2.0 problem

2009-08-10 Thread odonnell
Holy shit! I just posted the EXACT SAME PROBLEM two seconds ago. On Aug 10, 3:43 pm, Karl Bowden wrote: > On Mon, Aug 10, 2009 at 9:22 PM, Rob B (uk) wrote: > > > Trying to get a default install of : > >http://github.com/digi604/django-cms-2.0/ > > up and running on my dev but I'm getting this e

Re: django-cms-2.0 problem

2009-08-10 Thread Karl Bowden
On Mon, Aug 10, 2009 at 9:22 PM, Rob B (uk) wrote: > > Trying to get a default install of : > http://github.com/digi604/django-cms-2.0/ > up and running on my dev but I'm getting this error when trying to log > into admin > http://dpaste.com/77696/ > > Any ideas? Good morning Rob, I just got an

Re: django-cms and flatpages with tiny_mce path problem

2009-05-07 Thread Jesse
Hello, The thread link didn't go through. On May 7, 12:25 pm, branesks wrote: > Follow this thread. > > Sent from my iPhone > > On May 7, 2009, at 12:09, Jesse wrote: > > > > > Hello, > > > I've implemented both django-cms and flatpages, but can not get > > tiny_mce to display in either.  My >

Re: django-cms and flatpages with tiny_mce path problem

2009-05-07 Thread branesks
Follow this thread. Sent from my iPhone On May 7, 2009, at 12:09, Jesse wrote: > > Hello, > > I've implemented both django-cms and flatpages, but can not get > tiny_mce to display in either. My > > URLs.py file: >(r'^tinymce/', include('tinymce.urls')), > > from django.conf import setting

Re: Django CMS and template tags (is it a problem with pagination mechanism?)

2009-02-22 Thread Theme Park Photo, LLC
No! It was the fact that you really need all the stuff that's on the sample template On Feb 22, 2:29 pm, Donn wrote: > On Sunday, 22 February 2009 21:00:24 Theme Park Photo, LLC wrote: > > {% block content %} > > Hello > > {% end block %} > > It's not this extra space between end and block i

Re: Django CMS and template tags (is it a problem with pagination mechanism?)

2009-02-22 Thread Donn
On Sunday, 22 February 2009 21:00:24 Theme Park Photo, LLC wrote: > {% block content %} > Hello > {% end block %} It's not this extra space between end and block is it? \d -- Where I web: http://otherwise.relics.co.za/ Comics, tutorials, software and sundry --~--~-~--~~

Re: Django CMS and Tiny_mce - ERROR 'module' object has no attribute 'JS_URL'

2009-02-19 Thread phoebebright
Glad it's sorted! On Feb 19, 10:58 am, zegerman wrote: > Thx Phoebe, > > but it wasn't the path. > > u have to change the admin.py > from > widgets.JS_URL, > to > widgets.tinymce.settings.JS_URL, > > source:http://groups.google.com/group/django-cms/browse_thread/thread/88dfe2... > > On 18 Feb.,

Re: Django CMS and Tiny_mce - ERROR 'module' object has no attribute 'JS_URL'

2009-02-19 Thread zegerman
Thx Phoebe, but it wasn't the path. u have to change the admin.py from widgets.JS_URL, to widgets.tinymce.settings.JS_URL, source: http://groups.google.com/group/django-cms/browse_thread/thread/88dfe2358d900a85?hl=en On 18 Feb., 19:59, Phoebe Bright wrote: > My experience with setting up ti

Re: Django CMS and Tiny_mce - ERROR 'module' object has no attribute 'JS_URL'

2009-02-18 Thread Phoebe Bright
My experience with setting up tinymce was that there were plenty of plenty of opportunities for getting the paths wrong! To avoid problems I put a dynamic link (ln -s) into the django admin media folder so it could use the defaults. Hope that helps. Phoebe. 2009/2/18 zegerman > > Hello, > > I

Re: django cms outside of django

2008-10-06 Thread Jeff Anderson
chiggsy wrote: >> By "outside of Django" I'm guessing you mean "outside of a web environment" >> > > Yes, that is what i meant. > > >> Yes, you can use Django components separately. At work we use Django's >> ORM for management scripts such as print accounting. >> >> I've set up a standalon

Re: django cms outside of django

2008-10-05 Thread chiggsy
> By "outside of Django" I'm guessing you mean "outside of a web environment" Yes, that is what i meant. > > Yes, you can use Django components separately. At work we use Django's > ORM for management scripts such as print accounting. > > I've set up a standalone Django template-- no views, mode

Re: django cms outside of django

2008-10-05 Thread Jeff Anderson
chiggsy wrote: > What steps are needed to use the django cms outside of django. I have > a database , that i want to manipulate. it's just a db. I dont want > to learn SQLAlchemy for this , today. I just want to goof around with > it, run some queries, etc. is this possible? > By "outside of

Re: django <-> cms like typo3

2006-08-17 Thread spacedman
Someone is working on a Django CMS: http://groups.google.com/group/dynamite-developers?lnk=li but there's no code available yet... Barry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To po

Re: django <-> cms like typo3

2006-08-17 Thread [EMAIL PROTECTED]
ok, thanks! i came across the "media support enhancement" google summer of code project. this is very interesting! when will this be done? will this be in django 1.0? about when will django 1.0 be out? --~--~-~--~~~---~--~~ You received this message because you a

Re: django <-> cms like typo3

2006-08-17 Thread Jon Atkinson
A simple news system wouldn't be hard to write in Django. As for the rich editor, you could embed something like FCKeditor in your application. This has already been done in a Django application, Woodlog (http://www.djangocn.org/ - page detailing svn checkout is at http://www.djangocn.org/help/),