An open API service indexing awesome lists of open source software.

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

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.