Skip to content

Commit

Permalink
hotfix: 권한수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ybkang1108 committed Aug 9, 2024
1 parent f7f0334 commit e8eb867
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions accounts/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from rest_framework import viewsets


@permission_classes([AllowAny])
class RegisterView(APIView):
def post(self, request):
serializer = UserSerializer(data=request.data)
Expand Down
36 changes: 35 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,47 @@
asgiref==3.8.1
blinker==1.4
certifi==2024.7.4
charset-normalizer==3.3.2
cryptography==3.4.8
dbus-python==1.2.18
distro==1.7.0
distro-info==1.1+ubuntu0.1
Django==4.2.14
django-cors-headers==4.4.0
django-environ==0.11.2
djangorestframework==3.15.2
djangorestframework-simplejwt==5.3.1
gunicorn==22.0.0
httplib2==0.20.2
idna==3.7
importlib-metadata==4.6.4
jeepney==0.7.1
keyring==23.5.0
launchpadlib==1.10.16
lazr.restfulclient==0.14.4
lazr.uri==1.0.6
more-itertools==8.10.0
mysqlclient==2.2.4
netifaces==0.11.0
oauthlib==3.2.0
packaging==24.1
pillow==10.4.0
Pygments==2.11.2
PyGObject==3.42.1
PyJWT==2.3.0
PyMySQL==1.1.1
pyparsing==2.4.7
python-apt==2.4.0+ubuntu3
python-decouple==3.8
PyYAML==5.4.1
requests==2.32.3
SecretStorage==3.3.1
setuptools==70.0.0
six==1.16.0
sqlparse==0.5.0
typing_extensions==4.12.2
ubuntu-advantage-tools==8001
ufw==0.36.1
unattended-upgrades==0.1
urllib3==2.2.2
wadllib==1.3.6
zipp==1.0.0

0 comments on commit e8eb867

Please sign in to comment.