Skip to content

Commit

Permalink
sometime
Browse files Browse the repository at this point in the history
  • Loading branch information
mexmonjonovuz committed Nov 25, 2024
1 parent bdb1cb9 commit 602ea74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions apps/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ class Meta:
class SlugTimeBasedModel(TimeBasedModel, SlugBasedModel):
class Meta:
abstract = True




3 changes: 0 additions & 3 deletions root/wsgi.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@


import os

from django.core.wsgi import get_wsgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'root.settings')
Expand Down

0 comments on commit 602ea74

Please sign in to comment.