Django Singleton Model
Singleton design-pattern implementation for using with django models and works with more recent versions of django
Installing
Install the package
$ pip3 install django-singleton-model
and that’s it. Don’t add it to INSTALLED_APPS.
Using
Import the SingletonModel class and inherit from it
from singleton_model import SingletonModel
class MySingleModel(SingletonModel):
pass
Running tests
Go into example folder
$ cd example
and run them
$ ./manage.py test
Troubleshooting
Check the example folder if you have any doubts. Or you can create an issue.
Release files for django-singleton-model 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_singleton_model-0.2.3.tar.gz | 2.8 kB | Details |
Release files / django_singleton_model-0.2.3.tar.gz
| Download URL | django_singleton_model-0.2.3.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bff6a069404614dfc92bd3404855e4e70bfff63b7a7c01912d85fabb352675f1
|
|
BLAKE2b-256 checksum How to use checksums |
452fb0a880d369e8c2dd1b7012518c5ff51168dc94e58d7ed9ca503dbe9dd64d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |