A simple Django app to manage SMB locations (Windows Share directories).
Project description
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 migrate
to 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/.
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
django_smb-0.1.0.tar.gz
(8.1 kB
view details)
Built Distribution
File details
Details for the file django_smb-0.1.0.tar.gz
.
File metadata
- Download URL: django_smb-0.1.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abae5219de030b669dd1c2fb1ffb3f95dfc356e7ceeedb0027339ce5c274e48e |
|
MD5 | 7c432a2145f315873b49e614f9f274b6 |
|
BLAKE2b-256 | 67cfe4d3e649e44884da14005b95a7cfa6b6d036639c3cf4c29dc975624cc77b |
File details
Details for the file django_smb-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_smb-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 696a9e27cd23f4da38c6e505d1ac1efb04d36873f0071ba389265ffddd0f3214 |
|
MD5 | 922016eab36b6dd0f5fdde7b6a599b4b |
|
BLAKE2b-256 | a64f9c4c4c62d0925e71de6be8e5458a20cd1fbd86c3310fd44d9ed9f9e5bc17 |