help with list_editable and raw_id_fields

2015-08-04 Thread Marcela Campo
Hi eveyone, I am having issues with list_editable and raw_id_fields. I am adding one field to both attributes like this lass LocationDataReview(admin.ModelAdmin): list_display = ('country', 'state', 'city', 'area','location') list_editable = ('location',) raw_id_fields =

Re: Abridged summary of django-users@googlegroups.com - 16 updates in 8 topics

2015-06-01 Thread Marcela Campo
Hi Time, Thank you for your help. That was indeed the issue. I followed the procedure for the Postgis hard upgrade and all worked fine. Thanks! Marcela On Sat, May 30, 2015 at 10:04 AM, wrote: > django-users@googlegroups.com >

Re: Issues Upgrading to django 1.8 and migrating from south

2015-06-01 Thread Marcela Campo
Hi Tim, many thanks for your help. That, indeed was the issue. Doing a hard upgrade solved it. Cheers! Marcela -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Issues Upgrading to django 1.8 and migrating from south

2015-05-28 Thread Marcela Campo
Hi all, I am upgrading an app from django 1.5 + south to 1.8. I am having some issues when faking migrations with the recommended procedure here https://docs.djangoproject.com/en/1.8/topics/migrations/#upgrading-from-south I am using postgres with postgis extension and engine 'ENGINE':

Re: django-pipeline unable to serve assets

2014-11-03 Thread Marcela Campo
, Marcela Campo wrote: > > Hi, I am running into some issues configuring django-pipeline. It is > compressing and creating the asset groups as expected when running > collectstatic but then I get a 404 error when trying to load them in the > app. I've been playing around with pat

django-pipeline unable to serve assets

2014-11-03 Thread Marcela Campo
Hi, I am running into some issues configuring django-pipeline. It is compressing and creating the asset groups as expected when running collectstatic but then I get a 404 error when trying to load them in the app. I've been playing around with paths and settings and I cannot figure out why.

Re: translation of view messages and business related messages not working

2014-10-31 Thread Marcela Campo
. Thanks Marcela On Thursday, October 30, 2014 8:45:32 PM UTC-3, Marcela Campo wrote: > > Hi, > I am using the translation functionality in Django 1.7 successfully for > plain strings in a template, so something simple like > > {% trans "Edit Client" %} > &g

translation of view messages and business related messages not working

2014-10-30 Thread Marcela Campo
Hi, I am using the translation functionality in Django 1.7 successfully for plain strings in a template, so something simple like {% trans "Edit Client" %} works just fine. I am now trying to translate success_message from views with the SuccessMessageMixin and also error messages that

Best option for using json fields with django and postgres

2014-06-04 Thread Marcela Campo
Hi guys, I need to use Postgres Json fields in a Django project. I looked around and I see many projects that implement json fields and/or queries to json fields, I am not sure which is the most widely used. Does someone have any recommendations? Thanks Marcela -- You received this message

Re: issues with django-organizations

2014-05-22 Thread Marcela Campo
Replying to my own question, django-organizations team fixed the package and now can be installed with pip. On Tuesday, May 20, 2014 5:53:22 PM UTC-3, Marcela Campo wrote: > > Hi, > Has anyone tried to use django-organizations? I am new to Django and > trying to use that egg but

issues with django-organizations

2014-05-20 Thread Marcela Campo
Hi, Has anyone tried to use django-organizations? I am new to Django and trying to use that egg but just having issues as soon as I install it. After configuring it in my app I am getting the following error Exception Type: ImportError Exception Value: cannot import name