All notable changes to this project will be documented in this file.
-
CI/CD: CD after CI is completed
-
This is also to test the CD pipeline.
- FEAT: feat: allow settings
settings_dir
explicitly
- README: improve the setup dorm step
- README: added ci & cd badges
This is to also finally test the CD pipeline.
- CI - test examples with tox on ubuntu, windows and mac for each code push
- CD - build and publish to pypi, for each tag (
v*
) push
- README - added badges for python and django versions
pyproject.toml
- more classifiers added
pyproject.toml
- specified classifiers for python & django
- Improve content of
settings.py
generated bydorm init
- Custom
ManagementUtility
to executedorm init
- Hide
django.core
commands that are not relevant -startproject
,startapp
- Feature:
dorm init
command added to scaffoldsettings.py
file
- Fix: typo in setting default
DEFAULT_AUTO_FIELD
- Improve README
- Improve README
- Making
DEFAULT_AUTO_FIELD
not mandatory - setting'django.db.models.BigAutoField'
by default.
- Minor improve README
- Improve README and metadata for package
- Added MIT License
Minimal Viable Package (MVP!) implemented!! It fulfils the basic motivation of the project - to be able to use just the Django ORM with minimum setup.