https://github.com/andrew-chen-wang/django-orm-template
A quick template app to work with just the Django ORM on the go
https://github.com/andrew-chen-wang/django-orm-template
django django-orm
Last synced: 11 months ago
JSON representation
A quick template app to work with just the Django ORM on the go
- Host: GitHub
- URL: https://github.com/andrew-chen-wang/django-orm-template
- Owner: Andrew-Chen-Wang
- License: apache-2.0
- Created: 2022-02-22T17:35:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T22:10:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-07T05:19:21.997Z (about 1 year ago)
- Topics: django, django-orm
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django ORM Template
A GitHub template to quickly get a Python project
that needs an awesome ORM up and running.
This repository is a quick template repository
that I personally use.
Original intended usage is to script from main.py
and call management commands through manage.py
To run tests, run `pytest tests/`
Includes support for:
- Either SQLite or PostgreSQL
- Docker
- Pre-commit
This repository is performing:
- Unittests to upgrade Django fast
### Credit and License
This repository was generated with [Andrew-Chen-Wang/django-orm-template](https://github.com/Andrew-Chen-Wang/django-orm-template)
This template is based on the repository
by [@dancaron](https://github.com/dancaron/Django-ORM).
This repository/template is licensed under the Apache 2.0 license
which can be found in the [LICENSE](./LICENSE) file.