Django application to extend the "django-filer" application with extra utils like.
Project description
django-filer-optimizer
GitHub
Test
Check Demo Project
- Check the demo repo on GitHub
Requirements
- Python 3.8+ supported.
- Django 3.2+ supported.
Setup
- Install from pip:
pip install django-filer-optimizer
- Modify
settings.py
by adding the app toINSTALLED_APPS
:INSTALLED_APPS = [ # ... "filer_optimizer", # ... ]
- Finally, modify your project
urls.py
with handlers for all errors:# ...other imports... urlpatterns = [ # ...other urls... ]
- Execute Django's command
migrate
inside your project's root:python manage.py migrate Running migrations: Applying filer_optimizer.0001_initial... OK
Run Example Project
git clone --depth=50 --branch=django-filer-optimizer https://github.com/DLRSP/example.git DLRSP/example
cd DLRSP/example
python manage.py runserver
Now browser the app @ http://127.0.0.1:8000
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-filer-optimizer-0.1.1.tar.gz
(143.9 kB
view details)
Built Distribution
File details
Details for the file django-filer-optimizer-0.1.1.tar.gz
.
File metadata
- Download URL: django-filer-optimizer-0.1.1.tar.gz
- Upload date:
- Size: 143.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 329ba98567c6109ab429dd6a751dba3772211fd5e49440b1d4c2b54f5d4c147b |
|
MD5 | 0f7a3bfc8d6e0fc9c808117ed42c8b2e |
|
BLAKE2b-256 | 46f5bc8dc81f8e49a86d168c6de40cdc594b799f34d72b9cb6b4ed231089e29f |
File details
Details for the file django_filer_optimizer-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: django_filer_optimizer-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43b23463c00ec30ffd5efdf3ccf45a379f463cc81d25732c55cf13a6275dcb75 |
|
MD5 | 1cf4d91f93db502edc815417a0ce2d92 |
|
BLAKE2b-256 | 6cf54bf5ae01154ef74f82a176252f9a69d8c3f79ab62d12636b69c6039ee067 |