KTAtkinson / crypto-im

Chat client implemented with Python, Flask, and PostgreSQL.
1 stars 0 forks source link

Create function to create a flask app #3

Open KTAtkinson opened 8 years ago

KTAtkinson commented 8 years ago

A flask app constructor can consolidate code in server.py and model.py. This limits the risk of accidentally having two app instances in a program.