Re: Code organisation

2016-01-24 Thread Daniel Chimeno
Hello, It seems that if you need (blog, comments, image manipulation), are you developing a custom CMS? Maybe you find something useful here. https://www.djangopackages.com/grids/g/cms/ El viernes, 22 de enero de 2016, 15:31:07 (UTC+1), Benj escribió: > > Hello, > > i’m building my first site wit

Re: Code organisation

2016-01-24 Thread Benjamin Melki
Hello, thanks for the link. Indeed, I hesitated a long time before deciding not to use a cms. I think I would probably have used a PHP cms if I had chosen this route. But I chose to stick with raw Django. Yes it is more work, but i’m building my first kinda cms to be reusable, with my own style

Re: Code organisation

2016-01-24 Thread Philip Southwell
Could I recommend Mezzanine CMS as a starting point? It contains everything you need to get a django CMS off the ground with easy adaptability for custom apps you write yourself. Check it out at http://mezzanine.jupo.org -- You received this message because you are subscribed to the Google Grou

Re: Code organisation

2016-01-24 Thread Benjamin Melki
This CMS really looks awesome. But I don’t think I would do it justice, if I don’t learn first the framework: Django. I think I will really appreciate getting into CMS after learning the framework and publishing a few projects with it. Then you can truly appreciate what the CMS can give you. >

Re: cannot view question_text in the main page

2016-01-24 Thread James Schneider
What does the view and template code look like? I suspect you are using {{ question.id }} inside of a {% url %} tag. -James On Jan 24, 2016 11:21 AM, "Siddharth Shah" wrote: > Hi, > > I've been trying to use index.html to view the question_text as hyperlinks > in bullet format. But i cannot vie

Re: The best approach for a customer restricted area

2016-01-24 Thread James Schneider
On Jan 22, 2016 11:39 AM, "Miguel Pragier" wrote: > > Hi all. > > I was demanded to create an online service/portal in Django, and this is my first project in Django. > > Roughly, the portal should have two restricted areas: > - Our ( operators/providers ) restricted area, supposed to be created w

How to call django admin default add action in another object action

2016-01-24 Thread 张超
*How to call django admin default add action in another object action .when I click the object action that I defined ,I want to call the default add action to redirect tha add object page! * -- You received this message because you are subscribed to the Google Groups "Django users" group. To