File tree 1 file changed +1
-38
lines changed
1 file changed +1
-38
lines changed Original file line number Diff line number Diff line change 1
- # SMS19
2
-
3
- ## ToDo
4
-
5
- - Templates Integration
6
- - Buy/Sell Testing
7
- - Markets
8
- - Leaderboard
9
- - User Portfolio Page
10
- - Stock History Page
11
- - News Section
12
- - Algorithm for Price Fluctuation
1
+ # SMS
13
2
14
3
## Setting Up Backend
15
4
@@ -57,26 +46,6 @@ python manage.py runserver 0.0.0.0:8000
57
46
>>> connection.vendor
58
47
```
59
48
60
- ### Setting Up Social media login
61
-
62
- - first create a django superuser using following command
63
-
64
- ``` bash
65
- python manage.py createsuperuser
66
- ```
67
-
68
- - Go to < http://localhost:8000/admin/socialaccount/socialapp/ > and add a new social application
69
- - Provider : Google
70
- - Name : google
71
- - Client id : 637432237961-3r7lhv7o0e11n3mv3atekpk46t8ahib4.apps.googleusercontent.com
72
- - secret key : xb8yqnj_c8sAjFsITSEt6FR4
73
- - sites : choose both 127.0.0.1 and example.com
74
-
75
- - If you don't get an option for '127.0.0.1' in the sites field
76
- - Go to < http://localhost:8000/admin/sites/site/add/ > and fill following fields and save . Then again proceed to add a social application .
77
- - Domain name : 127.0.0.1
78
- - Display name : 127.0.0.1
79
-
80
49
### Note
81
50
82
51
- Migrate after every pull from the repository
@@ -86,9 +55,3 @@ python manage.py createsuperuser
86
55
- Please raise issues if the above procedure does not work for your system.
87
56
- Feel free to make necessary changes.
88
57
- Please migrate before running the server.
89
-
90
- ## References for allauth
91
-
92
- - Settings : < https://django-allauth.readthedocs.io/en/latest/configuration.html >
93
- - adapters.py < https://stackoverflow.com/questions/27759407/django-allauth-redirect-after-social-signup >
94
- - migration changes < https://stackoverflow.com/questions/29902366/django-migration-is-not-applying-the-migration-changes >
You can’t perform that action at this time.
0 commit comments