standalone server

2011-02-08 Thread rahul jain
Hi Guys, I would like to create a standalone server using django environment which accepts/receive inputs through socket connections. After that some processing and then updating the database. I created one python server and set the environment variable but I figured out that as soon as

Re: standalone server

2011-02-09 Thread Cal Leeming [Simplicity Media Ltd]
Hey, Can you give some examples of what you have tried already? On Wed, Feb 9, 2011 at 6:50 AM, rahul jain wrote: > Hi Guys, > > I would like to create a standalone server using django environment which > accepts/receive inputs through socket connections. After that some > proc

Re: standalone server

2011-02-09 Thread Shawn Milochik
It sounds like you might be looking for Twisted instead of Django. http://twistedmatrix.com/trac/ Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from thi

Re: standalone server

2011-02-09 Thread Eric Chamberlain
We've used Twisted with the django ORM for similar uses in the past. On Feb 8, 2011, at 10:50 PM, rahul jain wrote: > Hi Guys, > > I would like to create a standalone server using django environment which > accepts/receive inputs through socket connections. After that some

Seperating authentication to a standalone server

2020-03-11 Thread Suroor Hussain
Hi all, I have a django application which contains the bulk of my project including a DRF app to provide REST API to access some of the resources. This REST API is consumed by a mobile app. The mobile app logs a user in by posting to an endpoint which returns a token and then uses this token for a