wpic / flask-appointment-calendar

the simple little appointment scheduler hosted at http://wpicmeet.com
Other
57 stars 16 forks source link

AssertionError: A blueprint name collision #20

Open eddie-dunn opened 8 years ago

eddie-dunn commented 8 years ago

When I try to run fab setup:

AssertionError: A blueprint's name collision occurred between <flask.blueprints.Blueprint object at 0x7f935f189e90> and <flask.blueprints.Blueprint object at 0x7f935f213290>.  Both share the same name "user".  Blueprints that are created on the fly need unique names.
reznov11 commented 7 years ago

Just delete these lines from the variable DEFAULT_BLUEPRINTS in app.py :

appointment
user