Skip to content

Commit

Permalink
Corrigido flake8 e ignorada pasta padrão de uploads local
Browse files Browse the repository at this point in the history
  • Loading branch information
renzo authored and renzon committed Aug 22, 2024
1 parent ca880f0 commit 8ef2d04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ docker/.pgdata/
# static files generated by collect static from django
docker/staticfiles/

# ignores local uploaded files
docker/mediafiles/


# Spyder project settings
.spyderproject
Expand Down
1 change: 0 additions & 1 deletion backend/devpro/base/admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.contrib import admin
from django.contrib.admin import ModelAdmin
from django_min_custom_user.admin import MinUserAdmin

from devpro.base.models import User
Expand Down
1 change: 0 additions & 1 deletion backend/devpro/base/models.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from django.db.models import Model
from django_min_custom_user.models import MinAbstractUser


Expand Down

0 comments on commit 8ef2d04

Please sign in to comment.