-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d504a5e
commit dd972a5
Showing
88 changed files
with
891 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,12 @@ | |
# testing | ||
/coverage | ||
|
||
/.env | ||
# production | ||
/build | ||
|
||
|
||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
Notifications/migrations/0002_notification_notification_type.py
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
+74 Bytes
(110%)
Notifications/migrations/__pycache__/0001_initial.cpython-37.pyc
Binary file not shown.
Binary file removed
BIN
-656 Bytes
Notifications/migrations/__pycache__/0002_notification_notification_type.cpython-37.pyc
Binary file not shown.
Binary file modified
BIN
-17 Bytes
(91%)
Notifications/migrations/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from rest_framework.routers import DefaultRouter | ||
from .views import ChatView | ||
from django.urls import path,re_path | ||
|
||
from django.urls import path,re_path,include | ||
from django.conf.urls import url | ||
router = DefaultRouter() | ||
router.register(r'(?P<username>.+)/chats',ChatView,basename='chats') | ||
urlpatterns = router.urls | ||
urlpatterns = [url('',include(router.urls))] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
-19 Bytes
(99%)
chatService/migrations/__pycache__/0001_initial.cpython-37.pyc
Binary file not shown.
Binary file removed
BIN
-650 Bytes
chatService/migrations/__pycache__/0002_auto_20200407_1619.cpython-37.pyc
Binary file not shown.
Binary file not shown.
Oops, something went wrong.