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

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

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

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

Re: Is there such a open source django project?

2012-04-18 Thread Daniel Sokolowski
To: django-users@googlegroups.com Subject: Re: Is there such a open source django project? There is an app called django-helpdesk. Can't lookup the link for you but you should be able to google it On 18/04/2012 1:18 AM, "Lee Hinde" <leehi...@gmail.com> wrote: On Tue, Apr 17,

Re: Is there such a open source django project?

2012-04-17 Thread Mario Gudelj
There is an app called django-helpdesk. Can't lookup the link for you but you should be able to google it On 18/04/2012 1:18 AM, "Lee Hinde" wrote: > On Tue, Apr 17, 2012 at 3:12 AM, James Deng wrote: > >> Hi all, >> >> I have a case to manage my staff for

Re: Is there such a open source django project?

2012-04-17 Thread Lee Hinde
On Tue, Apr 17, 2012 at 3:12 AM, James Deng wrote: > Hi all, > > I have a case to manage my staff for customer support, basically I need a > time based schedule table. the point is that we need to know WHO at WHEN > should take care of WHICH customer, we should be able to input

Re: Is there such a open source django project?

2012-04-17 Thread development
hello James, your options are: 1) find such a django-app. 2) develop it on your own. 3) if you are not depending on web-browsers -> you are looking for a kind of resource planner - as you are python related - you could check out http://www.tryton.org/ ERP system. -> its open source - easy to use,

Re: Is there such a open source django project?

2012-04-17 Thread Timothy Makobu
Or just use a ticketing system like Mantis On Tue, Apr 17, 2012 at 3:29 PM, Marcos Moyano wrote: > If there is, this is a good place to look for it: > http://djangopackages.com/ > > Marcos > > > On Tue, Apr 17, 2012 at 7:12 AM, James Deng

Re: Is there such a open source django project?

2012-04-17 Thread Marcos Moyano
If there is, this is a good place to look for it: http://djangopackages.com/ Marcos On Tue, Apr 17, 2012 at 7:12 AM, James Deng wrote: > Hi all, > > I have a case to manage my staff for customer support, basically I need a > time based schedule table. the point is that we

Is there such a open source django project?

2012-04-17 Thread James Deng
Hi all, I have a case to manage my staff for customer support, basically I need a time based schedule table. the point is that we need to know WHO at WHEN should take care of WHICH customer, we should be able to input a bunch of support schedule, and get a simple view of it. So my question