Skip to main content

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

  1. Add "django_smb" to your INSTALLED_APPS setting like this::
    INSTALLED_APPS = [  
        ...  
        'django_smb',  
    ]  
  1. Include the dicom URLconf in your project urls.py like this::
    path('smb/', include('django_smb.urls')),
  1. Run python manage.py migrate to create the dicom models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/.

  3. Visit http://127.0.0.1:8000/dicom/.

Project details


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)

Uploaded Source

Built Distribution

django_smb-0.1.0-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page