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
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
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
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
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
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?
> --
>
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
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.
>
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,
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
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
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
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
>
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
>
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
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
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
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
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
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
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
21 matches
Mail list logo