Skip to main content

Simple file management for generic files

Project description

=====
django-gfiles
=====

|Build Status (Travis)|

Simple file management of generic files.

Detailed documentation is in the "docs" directory (todo)




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::

path('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/



.. |Build Status (Travis)| image:: https://travis-ci.com/computational-metabolomics/django-gfiles.svg?branch=master
:target: https://travis-ci.com/computational-metabolomics/django-gfiles/


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.1-2.tar.gz (28.0 kB view hashes)

Uploaded Source

Built Distributions

django_gfiles-0.0.1-2-py3-none-any.whl (28.3 kB view hashes)

Uploaded Python 3

django_gfiles-0.0.1-2-py2-none-any.whl (28.3 kB view hashes)

Uploaded Python 2

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