load drf from different location

2015-08-31 Thread Prabath Peiris
Hi This is the problem I am trying to solve. I have a VM which has all the django + other required packages are installed (including the rest_framework). I usually ssh to the VM and then run the following command PYTHONPATH=/all/the/paths runserver 127.0.0.1:8000 Now I want to mount the

Re: DRF without login

2015-08-14 Thread Prabath Peiris
I set this in my setting.py file and it worked REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': [], 'DEFAULT_PERMISSION_CLASSES': [], } Thank You Prabath On Thursday, August 13, 2015 at 5:11:35 PM UTC-4, Xavier Ordoquy wrote: > > > Le 13 août 2015 à 23:06, Prabath Pe

DRF without login

2015-08-13 Thread Prabath Peiris
Hi I am trying to implement a DRF in existing django project. I installed the drf and set up APiView (class based) and add the get() to the class. When I call this get method I get an error as "Exception Value: no such table: auth_user" and also create a db.sqlite3 database. how can I just

Re: Console Routes With Django ??

2015-08-12 Thread Prabath Peiris
Looks like there is room for some new development. On Tuesday, August 11, 2015 at 3:29:55 PM UTC-4, Prabath Peiris wrote: > > Hi > > I am new to (kind of) Django framework and just finish the > Django-REST-framework tutorials and it looks really cool. I am a big fan of >

Console Routes With Django ??

2015-08-11 Thread Prabath Peiris
Hi I am new to (kind of) Django framework and just finish the Django-REST-framework tutorials and it looks really cool. I am a big fan of ZendFramework2.0 (with Apigility) and trying to make parallels between these two frameworks. My primary question is about console routes. In ZF2 you can

Re: New to Django

2015-08-02 Thread Prabath Peiris
ailing-lists/#django-developers > > cheers > L. > > -- > The most dangerous phrase in the language is, "We've always done it this > way." > > - Grace Hopper > > On 3 August 2015 at 00:13, Prabath Peiris <pra...@peirisclothing.com > > wrote: >

New to Django

2015-08-02 Thread Prabath Peiris
this for Django as well. I know it will take little bit more time to get up that speed, but I hope this community will be a help. Thanks Prabath Peiris -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop