Re: How to develop a frontend web app for using REST services

2015-10-18 Thread kk
On Sunday 18 October 2015 06:51 PM, bobhaugen wrote: krmane, are you posting these same questions in the REST framework forum? I'm guessing they would like a SQLAlchemy plugin. If such a plugin does exist it is great. Unlike you, however, I like their documentation, and have found the DRF

makemigrations and language_code

2015-10-18 Thread 'Hugo Osvaldo Barrera' via Django users
I'm having a rather confusing scenario regarding makemigrations and language_code: * I've an app (let's call it myapp) which I'm developing. * myapp relies on the another app (let's call it libapp). * myapp has language_code set to "es-ar". * libapp was developed separately, and has been

Re: Importing models from another app?

2015-10-18 Thread Luis Zárate
Is "mysite" in your python path? 2015-10-17 8:26 GMT-06:00 Gergely Polonkai : > How does it fail, what is the error message? My first guess is that you > should omit "mysite" from your import line, but without the exact message > it's hard to tell. > > Best, > Gergely > On

Re: Lack of View permission in Django

2015-10-18 Thread Mike Dewhirst
On 19/10/2015 5:03 AM, Ankit Agrawal wrote: I have an active Django project where the admin panel is used by the customer support team. I have two questions - 1. Django lacks a `view` permission because of which I have to assign the change permission to the customer support team which is

Lack of View permission in Django

2015-10-18 Thread Ankit Agrawal
I have an active Django project where the admin panel is used by the customer support team. I have two questions - 1. Django lacks a `view` permission because of which I have to assign the change permission to the customer support team which is slightly dangerous. I have some models for which

Re: How to develop a frontend web app for using REST services

2015-10-18 Thread bobhaugen
krmane, are you posting these same questions in the REST framework forum? I'm guessing they would like a SQLAlchemy plugin. Unlike you, however, I like their documentation, and have found the DRF gang to be responsive to issues. That being said, I haven't actually used it in production yet.

Re: Need example view on how to react on a webhook in Django

2015-10-18 Thread Daniel Roseman
On Friday, 16 October 2015 15:24:21 UTC+1, Sabine Maennel wrote: > > Hello, > > I tried to followed this Tutorial from Go Django, but I do not get it to > work. Can you please help me on how to react on a webhook in my application. > > *This is the tutorial,* that I tried to follow: >

Re: ValueError: save() prohibited to prevent data loss due to unsaved related object

2015-10-18 Thread Mike Dewhirst
On 18/10/2015 6:28 AM, Tim Graham wrote: Do you have code that worked before (didn't result in data loss) but doesn't work now? If so, it could be a bug in Django. Yes indeed. It is all in my repo. I'll go back to 1.7.x and rerun the tests and report back. Thanks Mike On Friday, October