The library helps configure signals for django projects faster and easier
Project description
====== django-signals-conf
The library helps configure signals for django projects faster and easier
Requirements
- Python 3
- Django
Quick start
-
Install using
pip
(venv) $ pip install django-signals-conf
-
Add
django_signals_conf
to your INSTALLED_APPS setting like this:INSTALLED_APPS = [
... 'django_signals_conf', # new
]
-
Run command:
(venv) $ python manage.py createsignals --app=<your_app>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-signals-conf-0.1.1.tar.gz
.
File metadata
- Download URL: django-signals-conf-0.1.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0d98d9169e40ee14d6cb98e1ae00c2835978ac8bea6f3d8d840cc14e5d9f053 |
|
MD5 | f2ee08a1eeaa92f1243a8086b26768b3 |
|
BLAKE2b-256 | c23da53bc1f1baa93f2deedfafb41261dd7799bf91fcb6c5e5debf2d6722a562 |
File details
Details for the file django_signals_conf-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: django_signals_conf-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b168172cc12bcbb8a663116756fe3f30b4dc54f6e2f3c5f6c7ce2f00d4b8533d |
|
MD5 | e6d1db73553a163c9896c990062ec1f7 |
|
BLAKE2b-256 | ce028182584d06f4d09bd076147b9fa81ef7c849c4e5fd0cc25639e2bd86a172 |