File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ Before you start, it can be a good idea to understand the fundamentals of
2424Once you get a feeling how complicated things can get with all device types, you'll probably find
2525a new appreciation for this package and are ready to adopt in you project :)
2626
27-
2827``` python
2928# models.py
3029from django.db import models
@@ -196,7 +195,6 @@ Unless you really care that your images hold of if you hold your UHD phone very
196195close to your eyeballs, you should be fine, serving at the default ` 1x ` and ` 2x `
197196densities.
198197
199-
200198### Async image processing
201199
202200If you have either Dramatiq or Celery installed, we will default to async
@@ -213,7 +211,6 @@ You can follow [the example][migration] in our test app, to see how it works.
213211
214212[ migration ] : tests/testapp/migrations/0002_alter_profile_picture.py
215213
216-
217214## Contrib
218215
219216### Django Rest Framework ([ DRF] )
You can’t perform that action at this time.
0 commit comments