No description
Find a file
2024-03-03 20:05:30 +01:00
questions Added a questions app. 2024-03-03 20:05:30 +01:00
quizshow Added a questions app. 2024-03-03 20:05:30 +01:00
.envrc Initial commit. 2024-03-03 19:40:57 +01:00
.gitignore Initial commit. 2024-03-03 19:40:57 +01:00
flake.lock Initial commit. 2024-03-03 19:40:57 +01:00
flake.nix Initial commit. 2024-03-03 19:40:57 +01:00
manage.py Initial commit. 2024-03-03 19:40:57 +01:00
poetry.lock Initial commit. 2024-03-03 19:40:57 +01:00
pyproject.toml Initial commit. 2024-03-03 19:40:57 +01:00
README.md Initial commit. 2024-03-03 19:40:57 +01:00

To get started, run the following:

$ nix develop
$ poetry run python -m sample_package
Hello, world!