Commit Graph

3 Commits

Author SHA1 Message Date
Nicolas F 5358b2bd2b Add proper shebang line to run.py (#275)
Without a shebang, the shell tries to interpret the file as a shell
script if you issue the ./run.py command; setting chmod +x on the
file without a proper shebang is useless.
2017-06-30 00:48:19 +03:00
nyaadev 152e547ac5 Add flask-Migrate + alembic for automated database migrations.
Update some dependencies to their latest version.
Make executable scripts executable (chmod +x).
2017-05-21 17:47:16 +02:00
nyaadev 00d65e312c Initial commit. 2017-05-12 20:51:49 +02:00