djng
iommi
djng | iommi | |
---|---|---|
1 | 3 | |
133 | 825 | |
0.0% | 0.8% | |
- | 9.4 | |
over 13 years ago | 7 days ago | |
Python | Python | |
BSD 2-clause "Simplified" License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
djng
-
Building a full Django project, starting with a single file
I'm a big fan of the single-file Django ambition - it's the feature I most envy from frameworks like Flask and Starlette.
I actually had a go at this myself 15 years ago, with a project I called Djng: https://github.com/simonw/djng - more details on that here: https://simonwillison.net/2009/May/19/djng/
iommi
-
Building a full Django project, starting with a single file
It's not really tied to manage.py no. And in any case that's a trivial 3 lines of code (plus imports, blank lines: https://github.com/iommirocks/iommi/blob/master/examples/man...).
I think you're overdramatizing 3 lines of code...
-
Beyond OpenAPI
It's all about the tooling. I wrote my own for iommi where the html output of some code gets saved in a defined place, and then the finished documentation page embeds that html in an iframe. It's not only WAY WAY easier to maintain than a bunch of screenshots, but I found a ton of issues with the documentation after I made it so it runs all the examples and I can look at the output.
example: https://docs.iommi.rocks/en/latest/cookbook_forms.html
corresponding documentation/tests: https://github.com/iommirocks/iommi/blob/master/docs/test_do...
my evil hack to get this working: https://github.com/iommirocks/iommi/blob/master/make_doc_rst... and https://github.com/iommirocks/iommi/blob/master/iommi/docs.p...
-
Markdown, Asciidoc, or reStructuredText – a tale of docs-as-code
is generated from this pytest source: https://github.com/TriOptima/iommi/blob/master/docs/test_doc...
Is that how rust documentation works?
What are some alternatives?
djantic - Pydantic model support for Django
django-singlefile
nanodjango - Full Django in a single file - views, models, API ,with async support. Automatically convert it to a full project.
eleventy-plugin-asciidoc - Eleventy plugin to add support for AsciiDoc.
notebook
tortoise-orm - Familiar asyncio ORM for python, built with relations in mind
pytest-doctestplus - Pytest plugin providing advanced doctest features
django-first-principles - A Django project, developed from a single file.
diataxis-documentation-framework - A systematic approach to creating better documentation.
vscode-restclient - REST Client Extension for Visual Studio Code
httpyac - Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT