Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Django Favicon Plus Reloaded
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
Django Favicon Plus Reloaded
Commits
babebe47
Verified
Commit
babebe47
authored
4 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Remove compat layer for Django 1.x
parent
f5f08b7f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
favicon/models.py
+1
-1
1 addition, 1 deletion
favicon/models.py
requirements.txt
+0
-1
0 additions, 1 deletion
requirements.txt
with
1 addition
and
2 deletions
favicon/models.py
+
1
−
1
View file @
babebe47
from
io
import
BytesIO
import
sys
from
PIL
import
Image
from
compat
import
BytesIO
from
django.conf
import
settings
from
django.core.files.storage
import
default_storage
as
storage
from
django.core.files.uploadedfile
import
InMemoryUploadedFile
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
0
−
1
View file @
babebe47
django
django-compat
pillow
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment