NJACKWinterOfCode / Backend

Visualizations in the air
MIT License
2 stars 3 forks source link

Add social login backend #1

Closed aswinzz closed 5 years ago

arunikayadav42 commented 5 years ago

I would like to take this up.

arunikayadav42 commented 5 years ago

There is no requirements.txt file

arunikayadav42 commented 5 years ago

Can I open an issue regarding the same?

aswinzz commented 5 years ago

Yes you can work on this and create a new issue

arunikayadav42 commented 5 years ago

how do we get the password for the database?django.db.utils.OperationalError: fe_sendauth: no password supplied..I get this error while trying to run python manage.py runserver.

aswinzz commented 5 years ago

you should use postgresql and create a user and password and it should be added in settings.py

arunikayadav42 commented 5 years ago

Do I need to follow the syntax of django 2+ or older django versions?Also there are no template files so do I need to build everything from scratch...how do I test the views?