Skip to content

Commit

Permalink
Removed django.config import (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniyalfarman authored Jul 6, 2023
1 parent e78003b commit a93029f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
Views for Edly Sites API.
"""
from django.config import settings
from django.contrib.sites.models import Site
from rest_framework import status, viewsets, filters
from rest_framework.authentication import SessionAuthentication
Expand Down

0 comments on commit a93029f

Please sign in to comment.