You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,16 +64,32 @@ Follow these steps to make the project run locally:
64
64
```sh
65
65
python manage.py createsuperuser
66
66
```
67
-
7. Run the server locally on your system.
67
+
7. Configurations on <b>settings.py</b> file
68
+
69
+
<b>Step 1:</b> Go to your Gmail and create an App.<br>
70
+
[Click Here ](https://github.com/tamaraiselvan/Base-django-project-Setup/wiki/Email-Configuration.) to Refer the Documentation for the configuration.<br><br>
71
+
<b>Step 2:</b> Go to Google could platform. Create an OAuth app.<br>
72
+
[Click Here ](https://github.com/tamaraiselvan/Base-django-project-Setup/wiki/Google-Oauth-Configuration.) to Refer the Documentation for the configuration.
73
+
<br><br>
74
+
<b>Step 3:</b> Go to Github. Create an OAuth app.<br>
75
+
[Click Here ](https://github.com/tamaraiselvan/Base-django-project-Setup/wiki/GitHub-OAuth-Configuration.) to Refer the Documentation for the configuration.
76
+
77
+
8. Run the server locally on your system.
68
78
```sh
69
79
python manage.py runserver
70
80
```
71
-
8. Open your browser and type.
81
+
9. Open your browser and type.
72
82
```sh
73
-
http://127.0.0.1:8000/
83
+
http://localhost:8000/
74
84
```
85
+
Note: Only on the localhost Social Authentication will work.
0 commit comments