api for django project -


our company has 1 django project. need create api (raw http requests only) above same db (thinking flask). can not take things django rest framework because api can used in other non-django based projects. but. need authorization module in api uses same db. how can "integrate" django user model api? i.e. authorize requests username , password db django uses?

or maybe whole idea wrong , should use rest framework things instead (create api django)?

thanks in advance.

p.s. django project uses old version of framework: 1.2.7


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -