django-smb
A django app to manage data sourcing from remote SMB locations.
This app creates models for SMB location configuration and file syncing. The models are complemented with some utility methods to facilitate data import.
Quick start
- Add "django_smb" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'django_smb',
]
- Include the dicom URLconf in your project urls.py like this::
path('smb/', include('django_smb.urls')),
-
Run
python manage.py migrateto create the dicom models. -
Start the development server and visit http://127.0.0.1:8000/admin/.
-
Visit http://127.0.0.1:8000/dicom/.
Release files for django-smb 0.1.0
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_smb-0.1.0.tar.gz | 8.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_smb-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:20.5 kB
Release files / django_smb-0.1.0.tar.gz
| Download URL | django_smb-0.1.0.tar.gz |
|---|---|
| Size | 8.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
abae5219de030b669dd1c2fb1ffb3f95dfc356e7ceeedb0027339ce5c274e48e
|
|
BLAKE2b-256 checksum How to use checksums |
67cfe4d3e649e44884da14005b95a7cfa6b6d036639c3cf4c29dc975624cc77b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.7
|
Release files / django_smb-0.1.0-py3-none-any.whl
| Download URL | django_smb-0.1.0-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
696a9e27cd23f4da38c6e505d1ac1efb04d36873f0071ba389265ffddd0f3214
|
|
BLAKE2b-256 checksum How to use checksums |
a64f9c4c4c62d0925e71de6be8e5458a20cd1fbd86c3310fd44d9ed9f9e5bc17
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.7
|