Lucas Messenger

Results 5 issues of Lucas Messenger

Currently, there's a lot of config stored in app/__init__.py. This should be moved into it's own netconfig.py file. This will help with deployability for setuptools (#65), and likely help with...

enhancement

SQL Alchemy allows for an easy way to point to a different database source. Currently, we're using SQLite for the database. Some comments: investigate using the database for more than...

enhancement

Investigate using Python setuptools for bundling Flask apps. See http://flask.pocoo.org/docs/0.12/patterns/distribute/. Also, this could play nicely with deploying the flask app package to a Python repository and interacting with #64 for...

enhancement

NetConfig should have the ability to be put into a Docker container for easy updating and deployment.

enhancement

@v1tal3, I have a few ideas on some features I'd like to go implement, but I want to run them by you first so we can be on the same...