realpython / flask-boilerplate

Boilerplate template for a Python Flask application with Flask-SQLAlchemy, Flask-WTF, Fabric, Coverage, and Bootstrap
http://www.flaskboilerplate.com
Apache License 2.0
1.53k stars 535 forks source link

Update master to use _updated #18

Open dskoda1 opened 7 years ago

dskoda1 commented 7 years ago

I see that you have a newer version of the app layout in _updated, which is more modularized and lends itself to not having super long files. Is there a reason why master hasn't been migrated to that version?

You could create a release with the current code base and then enforce the _updated folder upon master. I could open a PR with these changes if this is something that would be accepted.

mjhea0 commented 7 years ago

did you see this branch?

https://github.com/mjhea0/flask-boilerplate/tree/updated

thoughts?

dskoda1 commented 7 years ago

Yep, that is exactly what I am talking about. I did not see it before raising this issue as you can tell however 😄 I still would propose what I said before about saving the current state as a release and making master reflect the updated changes. Theres only a few other boilerplates out there and while I wasn't thrilled with the master branch the updated looks great! I think people could really get some use with it.