A simple event planner alternative to FB Events that doesn’t require logins.
By default, if you don’t set a GOOGLE_CLOUD_PROJECT, then settings.py will
assume you’re doing local development and connect to a db.sqlite3 file.
make setupmake upThis repo uses the following:
flake8 - An extendable python code linter.mypy - A python type checker.black - A python code formatter.isort - A python import sorter and formatter.The makefile provides two helpful commands:
make format - Reformats the code using black and isort.make lint - Lints the code with flake8 and mypy and ensure the format matches what black and isort would format it to.Contributing is easy.
main, a github action will handle the deploy.