import DjangoREST+Geodjango

2017-06-13 Thread Gabriel Sansigolo
Hello everyone, my name is Gabriel Sansigolo. Last week I came across a little problem during the development of a project. The problem appeared when I needed to import a function from a class, which was in another folder. Captura_1: Organização dos Arquivos At first

TypeError in test.py for requests

2017-06-13 Thread Jacob Niebloom
I couldn't figure out if this should be a discussion group question of a Github issue... Thank you in advance. Steps to reproduce python manage.py test --noinput alloy.modules.super_tester class SuperTester(APITestCase): def test1(self): client = APIClient()

Re: pre_save and post_save replacement methods in DRF 3.6.2

2017-06-13 Thread Xavier Ordoquy
Hi, it means you can perform the pre save before calling super’s perform_create/update and then call the post_save from you override perform_create/update. Regards, Xavier Ordoquy, Linovia. > Le 13 juin 2017 à 11:09, Priyanka Thakur a écrit : > > Hi, > > Though i