Skip to content

Instantly share code, notes, and snippets.

@danse
Forked from petrjasek/app.py
Last active August 29, 2015 14:02
Show Gist options
  • Save danse/d0334febe824275a6798 to your computer and use it in GitHub Desktop.
Save danse/d0334febe824275a6798 to your computer and use it in GitHub Desktop.
from Eve import Eve
import superdesk.users
import superdesk.auth
app = Eve(auth=superdesk.auth.SuperdeskTokenAuth)
superdesk.users.register(app)
superdesk.auth.register(app)
app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment