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 installed

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 17 Oct 2015 15:52, "sve

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 slightl

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 t

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. Ju

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: > https://god