Re: Dealing with templates in an open source Django project?

2018-03-20 Thread 'Simon Connah' via Django users
Hi Etienne, Thank you for the reply. I think I get what you mean now. It would certainly solve a lot of issues so thank you for the idea. I'd have to rejig a few things to make sure it works correctly but I think once it is all configured it would be a much more stable system. I appreciate the

Re: Dealing with templates in an open source Django project?

2018-03-19 Thread Etienne Robillard
Hey man, First of all you're definitely not stupid. :-) Second, I think you're starting pretty well to understand what I'm trying to explain. I do admit however that I haven't myself experimented with this type of functionality, but I really think it should be possible to define some specif

Re: Dealing with templates in an open source Django project?

2018-03-19 Thread 'Simon Connah' via Django users
Hi Etienne, Thank you for your reply. I have to apologise because I think I am a bit stupid. I'm not sure what you mean. I think I might understand what you mean to a degree, but I'm not sure how to go about it. In effect, I should layout a basic template for general use and then create admin v

Re: Dealing with templates in an open source Django project?

2018-03-18 Thread Etienne Robillard
Hi Simon, I'll try to help you out with that. Have you considered using Django models to allow end users to create, edit and customize templates within the Django admin? This should be pretty easy to do. All you need is to define some models for your customized templates and then the user c

Dealing with templates in an open source Django project?

2018-03-18 Thread 'Simon Connah' via Django users
Hi, First of all apologies for posting two messages to this list in a couple of days but I've just got back into Django after a rather long break, and it is taking me a little time to get back in the swing of things. I'm in the process of making a simple blogging platform which I intend to relea