Skip to main content

A Django app to download cloud contents.

Project description

FilesNow is a Django app to download documnets, images from AWS S3 and serve is a temporary static content to customers.

FilesNow is a way to serve AWS S3 documents/media files without giving access to your s3 buckets.

FilesNow itself cleans it’s downloaded presentable files, as such maintainig a healthy file system

Dependecies

AWS Boto3 Framework : pip install boto3 Configure AWS Credentilas using command : aws configure

Quick start

  1. Add “filesnow” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'filesnow',
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path('filesnow/', include('filesnow.urls'))
    
        Your URL Pattern must end with concinated string of "+ static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)"
    
        It should look something like
    
        urlpatterns = [
    path('admin/', admin.site.urls),
        path('filesnow/', include('filesnow.urls')) ] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
  3. Add the environment variables for media files within filesnow/settings.py:

        DOWNLOAD_LOC = < Describe Media Directory of your django Project or App >
        APP_MEDIA_URL = < Describe Media URL in case of App >
    
        Example :
        I have a django project with below descriptions
        django Project name => "docdocgo"
        django App name => "filesnow"
        django App Media directory => C:\\Users\\Jackuna\\PycharmProjects\\docdocgo\\media\\filesnow\\
    
        Incase we don't have a media directory, create a media directory under django parent project folder
        and then add a folder named by app name.
        docdocgo --> media --> filesnow
    
        Considering above below is the way we define it.
    
        DOWNLOAD_LOC = 'C:\\Users\\Jackuna\\PycharmProjects\\docdocgo\\media\\filesnow\\'
    APP_MEDIA_URL = MEDIA_URL+'filesnow/'
  4. Start the development server python manage.py runserver 0.0.0.0:9090

  5. Visit http://127.0.0.1:9090/filesnow and explore it.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-filesnow-0.1.tar.gz (1.6 MB view details)

Uploaded Source

File details

Details for the file django-filesnow-0.1.tar.gz.

File metadata

  • Download URL: django-filesnow-0.1.tar.gz
  • Upload date:
  • Size: 1.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3

File hashes

Hashes for django-filesnow-0.1.tar.gz
Algorithm Hash digest
SHA256 08efb93ab9dfd1020eba8169326312f2edf76b5a8ad89fa7b715819e02221aa6
MD5 530238b9bed8285996535d65bf405649
BLAKE2b-256 694964f53327857a450da55e344052f3e62e29cc70a0ad2532dca8c0f39c5ec9

See more details on using hashes here.

Supported by

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