pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
232 stars 70 forks source link

Simplify setting for ITEM_LOOKUP_FIELD #95

Closed ralphsmith80 closed 6 years ago

ralphsmith80 commented 8 years ago

This relates to issue #52 but does not fix it. It's an enhancement. You should not have to override the eve config object to pick up values in settings.py i.e. config.ITEM_LOOKUP_FIELD = ID_FIELD.

Pull request coming.