django-filer-optimizer 0.1.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangofileroptimizer 0.1.1

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 to INSTALLED_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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.