django-smb 0.1.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangosmb 0.1.0

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/.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.