A simple Django app to upload files via admin panel.
Project description
DJFiles
DJFiles is a simple Django app for manage static files of your project in admin panel. This app is useful for projects where there is a content manager, which don’t have access to server via ssh or don’t even know what it is =)
Using this app you will be able to save static files through admin panel. Files will be saved in /media/ directory of your project. It’s useful if you are not always have access to server or have a content manager who responsible for managing such files.
Requirements
Python >= 2.7
Django >= 1.8
unicode-slugify
Installation
$ pip install django-djfiles
Add djfiles to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'djfiles',
]
Apply djfiles migrations:
$ ./manage.py migrate djfiles
Add urls to your project urls so you can get image by slug:
urlpatterns += url(r'^djfiles/', include('djfiles.urls'))
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-djfiles-0.2.tar.gz.
File metadata
- Download URL: django-djfiles-0.2.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a103fbb47ec5b76c1286a9bed22db6fbcecfd5ceb49d43f287c4450f6ab57e28
|
|
| MD5 |
8549bbc2cd4a4887d8c62093b6b2c2cf
|
|
| BLAKE2b-256 |
42c6c78c5d59d9120239f7c4538e7f1b6fbc1a859a1001e53424bda76913deff
|
File details
Details for the file django_djfiles-0.2-py2-none-any.whl.
File metadata
- Download URL: django_djfiles-0.2-py2-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2e2e6bf290008c059eed58e7c72f25ef292fc4f5ba26dfca926749fed0d604f
|
|
| MD5 |
1cc85cf181fbea77137e6ee9c42c88eb
|
|
| BLAKE2b-256 |
1bedd0c7ee21a784294b095ce3b0a30d355a5e53af9376c5e8e5c38fec9cab2e
|