Re: django Page

2014-07-26 Thread ngangsia akumbo
6/‎07/‎2014 05:18 > To: django...@googlegroups.com > Subject: Re: django Page > > can i intergrate the cms in my site? > cos i will want something dynamic. > > On Friday, July 25, 2014 7:41:26 PM UTC+1, Mulianto wrote: >> >> Hi, >> >> You can use dja

Re: django Page

2014-07-26 Thread ngangsia akumbo
Thanks for the kind response bro On Saturday, July 26, 2014 7:51:04 PM UTC+1, Mulianto wrote: > > Yes you can, just use it first then you will understand what you can do > with flatpage. > > > > Sent from my iPhone > > On 26 Jul 2014, at 11:17, ngangsia akumbo > > wrote: > > can i intergrate the

Re: django Page

2014-07-26 Thread mulianto
Yes you can, just use it first then you will understand what you can do with flatpage. Sent from my iPhone On 26 Jul 2014, at 11:17, ngangsia akumbo wrote: > can i intergrate the cms in my site? > cos i will want something dynamic. > > On Friday, July 25, 2014 7:41:26 PM UTC+1, Mulianto wro

RE: django Page

2014-07-26 Thread Lukáš Němec
Hi, Try googling django-pages It is a small cms I created. If you encounter some problems, just ask. Lukas -- From: ngangsia akumbo Sent: ‎26/‎07/‎2014 05:18 To: django-users@googlegroups.com Subject: Re: django Page can i intergrate the cms in my site? cos i will

Re: django Page

2014-07-25 Thread ngangsia akumbo
can i intergrate the cms in my site? cos i will want something dynamic. On Friday, July 25, 2014 7:41:26 PM UTC+1, Mulianto wrote: > > Hi, > > You can use django flatpage . > > > > Sent from my Mini Ipad > > On 23 Jul 2014, at 15.43, ngangsia akumbo > > wrote: > > I want to create an app where t

Re: django Page

2014-07-25 Thread Mulianto
Hi, You can use django flatpage . Sent from my Mini Ipad > On 23 Jul 2014, at 15.43, ngangsia akumbo wrote: > > I want to create an app where the user has the ability to create new pages on > their website > > the app should be called pages > > can someone give me an idea pease? > -- >

Re: django Page

2014-07-24 Thread aRkadeFR
If it's only static pages, you could look first django.contrib.flatpages to see how to do it. On 23/07/14 00:05, ngangsia akumbo wrote: > I want to create an app where the user has the ability to create new pages > on their website > > the app should be called pages > > can someone give me an

Re: django Page

2014-07-23 Thread ngangsia akumbo
i mean django 1.5.8 On Wednesday, July 23, 2014 12:08:58 PM UTC+1, ngangsia akumbo wrote: > > i wanted to get the idea. so that is the reason why i asked if i could > inlcude the cms on my website as an app. > > I have not tried any but i will so , just wanted to get the idea, or a > guidance. >

Re: django Page

2014-07-23 Thread ngangsia akumbo
i wanted to get the idea. so that is the reason why i asked if i could inlcude the cms on my website as an app. I have not tried any but i will so , just wanted to get the idea, or a guidance. I have had alot of probs withurls with django 1.5.13 On Wednesday, July 23, 2014 11:27:06 AM UTC+1,

Re: django Page

2014-07-23 Thread Babatunde Akinyanmi
On 23 Jul 2014 11:08, "ngangsia akumbo" wrote: > > this is what am doing. > I am creating a website which i will like to include the ability of adding pages to that site. > > I have already a news, event and gallery app working, i wish to include the ability to create other pages on the site by t

Re: django Page

2014-07-23 Thread ngangsia akumbo
this is what am doing. I am creating a website which i will like to include the ability of adding pages to that site. I have already a news, event and gallery app working, i wish to include the ability to create other pages on the site by the end user. i am using django1.4 On Wednesday, July

Re: django Page

2014-07-23 Thread Santiago Lamora
2014-07-23 10:15 GMT+02:00 ngangsia akumbo : > Thanks , i have built some apps in my site like new, event and gallery, so > i want to include a new app that will help to create pages on the site > would the link above help me do that? > > What are you trying to do exactly? You talk like you're try

Re: django Page

2014-07-23 Thread ngangsia akumbo
Thanks , i have built some apps in my site like new, event and gallery, so i want to include a new app that will help to create pages on the site would the link above help me do that? On Wednesday, July 23, 2014 8:52:19 AM UTC+1, Santiago L wrote: > > 2014-07-23 9:44 GMT+02:00 ngangsia akumbo >

Re: django Page

2014-07-23 Thread ngangsia akumbo
Thanks , i have built some apps in my site like new, event and gallery, so i want to include a new app that will help to create pages on the site would the link above help me do that? On Wednesday, July 23, 2014 8:52:19 AM UTC+1, Santiago L wrote: > > 2014-07-23 9:44 GMT+02:00 ngangsia akumbo >

Re: django Page

2014-07-23 Thread Santiago Lamora
2014-07-23 9:44 GMT+02:00 ngangsia akumbo : > I want to create an app where the user has the ability to create new pages > on their website > > the app should be called pages > > can someone give me an idea pease? > Seems that you need something like a CMS. Take a look at https://www.django-cms.o

Re: django page loads forever

2011-06-23 Thread Shawn Milochik
On 06/23/2011 05:05 AM, Nikhil Somaru wrote: for a quick fix you could also import pdb pdb.set_trace() that will drop a shell in your "runserver" window and let you explore the value of variables in the context +1 on pdb http://www.doughellmann.com/PyMOTW/pdb/ -- You received this messa

Re: django page loads forever

2011-06-23 Thread Nikhil Somaru
for a quick fix you could also import pdb pdb.set_trace() that will drop a shell in your "runserver" window and let you explore the value of variables in the context On Wed, Jun 22, 2011 at 8:59 PM, Shawn Milochik wrote: > On 06/22/2011 11:26 AM, jay K. wrote: > >> Hello, everyone >> >> I have

Re: django page loads forever

2011-06-22 Thread Shawn Milochik
On 06/22/2011 11:26 AM, jay K. wrote: Hello, everyone I have a django page which loads indefinitely some of the javascript that is supposed to come up does not appear on the screen (while the page is still loading), but i checked with firebugs and there are no error messages at all any advice

Re: django page cms get_absolute_url return an empty strings andURL issues.

2010-10-26 Thread tricks...@googlemail.com
Sorted. The get absolute url had not been set and the ordering of urls was incorrect. -- 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

Re: Django Page - Db Connections count

2008-07-22 Thread madhav
I am using the DebugFooterMiddleware, but it still doesn't show how many postgresql connections are used to fetch all the components in a page. What i want is the total number of db connections count. How can I get that? Please forgive me for my ignorance. On Jul 22, 12:30 pm, Eric Abrahamsen <[E

Re: Django Page - Db Connections count

2008-07-22 Thread Eric Abrahamsen
You could try the debug middleware: http://www.djangosnippets.org/snippets/766/ or the page stats middleware: http://code.djangoproject.com/wiki/PageStatsMiddleware and this article by Simon Willison is a good general resource: http://simonwillison.net/2008/May/22/debugging/ Yours, Eric On J