-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from ankita685/main
- Loading branch information
Showing
8,919 changed files
with
1,149,645 additions
and
5 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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 added
BIN
+1.8 KB
newsaggregator/core/migrations/__pycache__/0001_initial.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+1.39 KB
newsaggregator/core/migrations/__pycache__/0002_contact.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+2.13 KB
...s/__pycache__/0003_headline_average_rating_headline_rating_count_and_more.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+209 Bytes
newsaggregator/core/migrations/__pycache__/__init__.cpython-311.pyc
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
from django.contrib import admin | ||
from django.urls import path, include | ||
from django.contrib.auth import views as auth_views | ||
from userauths import views | ||
|
||
urlpatterns = [ | ||
path('admin/', admin.site.urls), | ||
path('user/',include('userauths.urls')), | ||
path('',include('core.urls')), | ||
path('login/',views.login, name ='login'), | ||
path('logout/',auth_views.LogoutView.as_view(),name ='logout'), | ||
path('social-auth/',include('social_django.urls',namespace='social')), | ||
path("",views.home,name='home'), | ||
|
||
|
||
] |
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 |
---|---|---|
|
@@ -248,6 +248,7 @@ body { | |
border-radius: 4px; | ||
} | ||
|
||
|
||
button:disabled { | ||
background-color: rgba(0, 149, 246, 0.3); | ||
} | ||
|
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 added
BIN
+3.19 KB
newsaggregator/userauths/migrations/__pycache__/0001_initial.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+214 Bytes
newsaggregator/userauths/migrations/__pycache__/__init__.cpython-311.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
Oops, something went wrong.