seiferta / eMonitor

Client-Server application with map view
Other
21 stars 14 forks source link

Fehler beim Starten: AttributeError: 'Alembic' object has no attribute 'context' #49

Closed seiferta closed 8 years ago

seiferta commented 8 years ago

eMonitor startet mit der aktuellen Version von Alembic (0.8.8) nicht mehr, sondern schmeißt einen Fehler:

File "D:\daten\python\eMonitor\emonitor\app.py", line 131, in configure_extensions if alembic.context.get_current_revision() != current_app.config.get('DB_VERSION'): # update version AttributeError: 'Alembic' object has no attribute 'context'