scragg0x / realms-wiki

Git based wiki inspired by Gollum
http://realms.io
GNU General Public License v2.0
833 stars 90 forks source link

Unable to add user because 'application not registered on db instance' #65

Closed dimpurr closed 8 years ago

dimpurr commented 8 years ago

I installed realms-wiki with pip, created a realms-wiki.json using realms-wiki setup, realms-wiki start to start service and it seems to be fine in the browser. But when I tried to create a user by command ...

realms-wiki auth create_user username user@example.com

It returned:

raise RuntimeError('application not registered on db ' 
RuntimeError: application not registered on db instance and no application bound to current context

How should I solve this problem? Thanks!