Skip to content

Commit

Permalink
added account creation and approval via email
Browse files Browse the repository at this point in the history
fixed problem with imports in tests

fixed flake issue

some proble fixed
  • Loading branch information
fivan999 committed Feb 24, 2024
1 parent 52d7959 commit 8317a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ DJANGO_SECRET_KEY=secret
DJANGO_DEBUG=true
DJANGO_ALLOWED_HOSTS=127.0.0.1
DJANGO_INTERNAL_IPS=127.0.0.1
ALGOLIA_API_KEY=d83f046293d353948ce4a0c31ac5a10f
ALGOLIA_APPLICATION_ID=7KSTYUMEXE
ALGOLIA_API_KEY=api_key
ALGOLIA_APPLICATION_ID=app_id
CELERY_TASK_ALWAYS_EAGER=true
RABBITMQ_HOST=localhost
RABBITMQ_USER=guest
Expand Down
2 changes: 0 additions & 2 deletions backend/cfehome/users/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def get_permissions(self) -> list:
@rest_framework.decorators.action(
detail=False,
methods=['get'],
url_name='activate',
url_path='activate/<uidb64>/<token>',
)
def activate_user(
self, request: django.http.HttpRequest, uidb64: str, token: str
Expand Down

0 comments on commit 8317a90

Please sign in to comment.