Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamghill/alldjango.com
https://github.com/adamghill/alldjango.com
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamghill/alldjango.com
- Owner: adamghill
- License: mit
- Created: 2022-02-18T03:23:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T01:35:43.000Z (7 months ago)
- Last Synced: 2024-05-01T23:56:43.043Z (6 months ago)
- Language: CSS
- Homepage: https://alldjango.com
- Size: 10.9 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alldjango.com
The website for alldjango.com. Built with `Coltrane` and ☕️.
# Run locally
- Install `Poetry`
- `cp .env.example .env` and update `.env` with a secret key
- `poe r` or `poetry run coltrane play`# To build static site
`poetry run coltrane build`
# Color palette (such as it is)
https://coolors.co/8a4f7d-fbb13c-f0544f-20aa76-f4f6f6
# To develop with local `Coltrane`
1. `poetry remove coltrane`
1. Add `coltrane = { path="../coltrane", develop=true }` to `pyproject.toml`
1. `poetry lock && poetry install`