diff --git a/README.md b/README.md index 0f9944b..2e3c27e 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ INSTALLED_APPS = [ ... ] ``` +Define STATICFILES_DIRS for your custom PWA_APP_ICONS +```python +STATICFILES_DIRS = [ + os.path.join(BASE_DIR, 'static'), +] +``` Configure your app name, description, icons and splash screen images in settings.py: ```python