Skip to content

Commit 7f949f0

Browse files
committedApr 9, 2019
Readme Updated
1 parent 86b504e commit 7f949f0

File tree

1 file changed

+1
-38
lines changed

1 file changed

+1
-38
lines changed
 

‎README.md

+1-38
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
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
132

143
## Setting Up Backend
154

@@ -57,26 +46,6 @@ python manage.py runserver 0.0.0.0:8000
5746
>>> connection.vendor
5847
```
5948

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-
8049
### Note
8150

8251
- Migrate after every pull from the repository
@@ -86,9 +55,3 @@ python manage.py createsuperuser
8655
- Please raise issues if the above procedure does not work for your system.
8756
- Feel free to make necessary changes.
8857
- 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>

0 commit comments

Comments
 (0)
Please sign in to comment.