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 hashes)
Built Distribution
django_smb-0.1.0-py3-none-any.whl
(12.3 kB
view hashes)
Close
Hashes for django_smb-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 696a9e27cd23f4da38c6e505d1ac1efb04d36873f0071ba389265ffddd0f3214 |
|
MD5 | 922016eab36b6dd0f5fdde7b6a599b4b |
|
BLAKE2b-256 | a64f9c4c4c62d0925e71de6be8e5458a20cd1fbd86c3310fd44d9ed9f9e5bc17 |