Re: How to customizing CSS in djangocms-table

2016-04-16 Thread Luis Zárate
You only need to overwrite the template https://github.com/divio/djangocms-table/blob/master/djangocms_table/templates/cms/plugins/table.html Django template engine find the template in the order of INSTALLED_APPS, so you only need to put an app with your version of templates/cms/plugins/table.ht

Re: Django tutorial part 3 - question_id vs question.id

2016-04-16 Thread Peter of the Norse
On Mar 26, 2016, at 8:04 AM, jorrit...@gmail.com wrote: > > I believe Django lets you access the pk field of a table (which is created > automatically unless you define it explicitly on your model) in multiple > ways: self.pk, self.id, and self._id. Someone correct me if I’m > wrong. You can’t

Error with urlresolvers.reverse when running tests for admin

2016-04-16 Thread Derek
I am struggling to get 'reverse' working when running tests for actions defined in my admin.py files. If I open a Django shell and run: from django.core.urlresolvers import reverse print reverse('admin:trees_alivetrees_changelist') I get: /admin/trees/alivetrees/ as expected. But if I define

Re: How to customizing CSS in djangocms-table

2016-04-16 Thread Derek
Is this project being maintained; looks like last change was nearly a year ago..? On Friday, 15 April 2016 20:18:51 UTC+2, Régis Silva wrote: > > I use djangocms-table . And > this plugin return > > > Tabela exemplo > > >

Comparison of django MTV and MVC architecture

2016-04-16 Thread Mukul Chakravarty
Can we say that views in MTV architecture is basically performing the tasks of both Models and Controller in an MVC architecture like Rails ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emai