Skip to main content

Simple file management for generic files

Project description

Build Status (Travis) Py versions

Simple file management of generic files.

Further documentation available on ReadTheDocs

Quick start

  1. Add “gfiles” and django application dependencies to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'gfiles',
    
        'django_tables2',
        'bootstrap3',
        'django_tables2_column_shifter',
        'django_sb_admin',
        'django_filter'
    ]
  2. Include the polls URLconf in your project urls.py like this:

    url('gfiles/', include('gfiles.urls')),
  3. Run python manage.py migrate to create the polls models.

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

  5. Register http://127.0.0.1:8000/register/ and login http://127.0.0.1:8000/login/

  6. Add files (need to be logged in) http://127.0.0.1:8000/upload_gfile/

  7. View and filter files http://127.0.0.1:8000/gfile_summary/

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-gfiles-0.0.2-1.tar.gz (29.9 kB view hashes)

Uploaded Source

Built Distribution

django_gfiles-0.0.2-1-py3-none-any.whl (44.6 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