-
- **Poetry version**: 1.7.1
- **Python version**: 3.11
- **OS version and name**: macOS 14.1.1
- **pyproject.toml**:
```toml
[tool.poetry]
name = "poetrytemp"
[tool.poetry.dependencies]
p…
-
Add a command to build a static site from your script.
I don't want to overload nanodjango with the kitchen sink, but this feels like a very useful feature - I've got several small static sites whi…
-
There have been a few failures to build, which havent been seen because `python manage.py distill-local` doesnt return a non-zero exit status.
https://github.com/coala/community/issues/19 is one su…
-
Add a tab to the Django site that visualizes with d3.js the progression of the worm simulation tracks as it gets closer in parameter space to the cluster of 12,000+ worms in our database.
Notes fro…
-
Distilling now throws:
AttributeError: 'Settings' object has no attribute 'MAP_ENGINE_ZOOM_LEVELS'
-
The current format is `User(...)` .
The format closer to Django's default is ``.
The project should be able to define their own ~~format string~~+formatters comprising at least variables `model`…
-
`DandisetMeta` allows for it, and we populate it for assets. To establish the provenance trail I guess we should keep extending `wasGeneratedBy` by any agent which alters the dandiset record: web-ui …
-
Develop a backend mockup demonstrating the ability to do the following (as a minimum):
1. return JSON in line with (or as close as possible) to the format used in star files
2. demonstrate ability…
-
### Bug description
Apport provides a module name `apport`, but also a script named `data/apport`. Pylint throws a bunch of failures for `data/apport`. This problem can be reproduces with this Shel…
-
I'm getting an error with InvalidCharsInPath while trying to retrieve the BUILD_DIR.
_In settings.py:_
`BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))`
`BUILD_DIR = os.pat…