Django uploads manager
Project description
Django uploads manager
Documentation
The full documentation is at https://django-uploads-app.readthedocs.io.
Quickstart
Install Django Uploads App:
pip install django-uploads-app
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_uploads_app.apps.DjangoUploadsAppConfig',
...
)
Add Django Uploads App’s URL patterns:
from django_uploads_app import urls as django_uploads_app_urls
urlpatterns = [
...
url(r'^', include(django_uploads_app_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
History
0.8.0 (2021-10-11)
First release on PyPI.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-uploads-app-0.8.0.tar.gz.
File metadata
- Download URL: django-uploads-app-0.8.0.tar.gz
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fff9ad02fa8f88a376fe6926a4bde20a03cbdf99dce613853bdd8ef5178f73ef
|
|
| MD5 |
cbed1cb6fd2b6e4c466b1ff73875a6e1
|
|
| BLAKE2b-256 |
046473d4109dfa9bb34afdcc6e19de8fe4d53d898a599343613c0163bdbee5e2
|
File details
Details for the file django_uploads_app-0.8.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_uploads_app-0.8.0-py2.py3-none-any.whl
- Upload date:
- Size: 34.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7554ef88fac191bd350efdda870bb044bcd94d6d4ebab68a08024dcf3060841b
|
|
| MD5 |
4265dca69a3e9311c1249ab9a690b063
|
|
| BLAKE2b-256 |
82ad71d040ad006c24640db44b8131714522fc6baa441f710eb7f689194abb46
|