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: 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
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 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-23 Thread Derek
Utilities app is the way to go - and attach ALL business logic to your models; this will save you headaches in the long run... On Friday, 22 January 2016 23:06:44 UTC+2, Benj wrote: > > Yes, I didn't thought about creating a whole app for utilities, but it is > indeed the way to go. Tks > > On F

Re: Code organisation

2016-01-22 Thread Benj
Yes, I didn't thought about creating a whole app for utilities, but it is indeed the way to go. Tks On Friday, January 22, 2016 at 4:20:55 PM UTC+1, Rafael E. Ferrero wrote: > > Maybe you find useful make your project into a reusable app look at this > https://docs.djangoproject.com/en/1.9/intro

Re: Code organisation

2016-01-22 Thread Rafael E. Ferrero
Maybe you find useful make your project into a reusable app look at this https://docs.djangoproject.com/en/1.9/intro/reusable-apps/ Cheers !! Rafael E. Ferrero 2016-01-22 11:30 GMT-03:00 Benjamin Melki : > Hello, > > i’m building my first site with this great framework and language that are >

Code organisation

2016-01-22 Thread Benjamin Melki
Hello, i’m building my first site with this great framework and language that are Django and Python. I try as much as possible to favor code reuse. On one of my model, I do some work with the instance before saving it. Works is mostly image related: resizing image, compressing, saving thumbs, an