Skip to content

Commit

Permalink
Update depcrecated flask.ext.mongoengine.
Browse files Browse the repository at this point in the history
  • Loading branch information
pampersrocker committed Jun 20, 2018
1 parent 49347fc commit 5d0e81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.repo_name }}/extensions.py
Expand Up @@ -15,7 +15,7 @@


{%- if cookiecutter.use_nosql == 'yes' %}
from flask.ext.mongoengine import MongoEngine
from flask_mongoengine import MongoEngine
nosql = MongoEngine()

{% endif %}
Expand Down

0 comments on commit 5d0e81e

Please sign in to comment.