Simple file management for generic files
Project description
Simple file management of generic files.
Further documentation available on ReadTheDocs
Quick start
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' ]
Include the polls URLconf in your project urls.py like this:
url('gfiles/', include('gfiles.urls')),
Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000
Register http://127.0.0.1:8000/register/ and login http://127.0.0.1:8000/login/
Add files (need to be logged in) http://127.0.0.1:8000/upload_gfile/
View and filter files http://127.0.0.1:8000/gfile_summary/
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for django_gfiles-0.0.2-1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6150a01fa613c8ba9033e0c455f1c4e46c756f05371484b04062d2d9061c94c |
|
MD5 | 2f12ca5e113cb6a694f5fe73cd5607eb |
|
BLAKE2b-256 | e861175f71bbdf06927cc872484c660d8d2968de4504567349502f07ca586b38 |