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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.