=====
BriteCore Dynamic Risk Types
=====
This app was built in response to a test requirement
Quick start
-----------
1. Add "main" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'bcdrt',
]
2. Include the main URLconf in your project urls.py like this::
path('', include('bcdrt.urls')),
3. Run `python manage.py migrate` to create the risk models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a risk (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/ to subscribe to a risk type.
5. Visit http://127.0.0.1:8000/risks/ to get a specific risktype in Json
5. Visit http://127.0.0.1:8000/risks/<risktype> to get a specific risktype in Json
BriteCore Dynamic Risk Types
=====
This app was built in response to a test requirement
Quick start
-----------
1. Add "main" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'bcdrt',
]
2. Include the main URLconf in your project urls.py like this::
path('', include('bcdrt.urls')),
3. Run `python manage.py migrate` to create the risk models.
4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a risk (you'll need the Admin app enabled).
5. Visit http://127.0.0.1:8000/ to subscribe to a risk type.
5. Visit http://127.0.0.1:8000/risks/ to get a specific risktype in Json
5. Visit http://127.0.0.1:8000/risks/<risktype> to get a specific risktype in Json
Release files for django-bcdrt 0.1
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-bcdrt-0.1.tar.gz | 48.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_bcdrt-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 98.4 kB
Release files / django-bcdrt-0.1.tar.gz
| Download URL | django-bcdrt-0.1.tar.gz |
|---|---|
| Size | 48.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f4cda27d8724843285463ec0ffe9aaa0b5d054784fcf20e7334759c765709651
|
|
BLAKE2b-256 checksum How to use checksums |
ecf2869dbcd58a75efaf471bb453d55e2c5d69f0b24eeaf08ac47d838da8e34e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
|
Release files / django_bcdrt-0.1-py3-none-any.whl
| Download URL | django_bcdrt-0.1-py3-none-any.whl |
|---|---|
| Size | 49.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4f08c6b32e1adc7260464772c57e9c3b3a9c5427c4578940f89e70c768b5208c
|
|
BLAKE2b-256 checksum How to use checksums |
0c797a22fa8a64d96c33105296a466f9c18d9502efb205c76995e4d8e81974d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.1
|