issues Search Results · repo:lincolnloop/django-layout language:Python
Filter by
13 results
(61 ms)13 results
inlincolnloop/django-layout (press backspace or delete to remove)Thanks for open-sourcing this starter template!
I m taking the template for a spin for the first time, and I ve created a new Django project.
$ django-admin startproject \
--template=https://github.com/lincolnloop/django-layout/zipball/main ...
jambonrose
- Opened on Aug 1, 2024
- #36
Maybe something like this in the Makefile:
BASE_PIP_COMPILE_ARGS=--python-version 3.12 --generate-hashes pyproject.toml
PIP_COMPILE_ARGS=--output-file=requirements.txt $(BASE_PIP_COMPILE_ARGS)
DEV_PIP_COMPILE_ARGS=--output-file=requirements-dev.txt ...
ipmb
- Opened on Apr 19, 2024
- #30
Run a GitHub action that will update the lockfiles and commit back to the repo. Have it run before the scheduled tests
so we can catch breakage quickly.
ipmb
- 1
- Opened on Feb 10, 2024
- #28
Here s a config that can be added to pyproject.toml
[tool.ruff]
target-version = py12
exclude = [ migrations ]
select = [ ALL ]
ignore = [
ANN101 , # Missing Type Annotation for self
ANN401 ...
ipmb
- Opened on Feb 8, 2024
- #20
All these can go away:
- setup.cfg
- setup.py
- requirements/*`
Here are some snippets for pyproject.toml that can be adapted:
[build-system]
requires = [ setuptools =61.0 ]
build-backend = setuptools.build_meta ...
ipmb
- Opened on Feb 8, 2024
- #19
ipmb
- 1
- Opened on Feb 7, 2024
- #17

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.