Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 821 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 821 Bytes

DailyReview

How to contribute

  1. Clone the repository using git clone https://github.com/shalearkane/DailyReview/
  2. Enter the Daily Review directory andcCreate a virtual environment using virtualenv .venv command
  3. Activate the virtualenv by source .venv/bin/activate and then install python dependencies using pip install -r requirements.txt
  4. Create a .env file to get Google Authentication working
  5. Run python manage.py migrate to setup your datatbase.
  6. Run python manage.py createsuperuser to setup initial superuser to access the admin panel
  7. Go to http://127.0.0.1:8000/admin/socialaccount/socialapp/add/ and add
    • Provider Google
    • Name GoogleAuth
    • Client id copy-from-.env-file
    • Secret key copy-from-.env-file
    • Save it. Now your Google Auth will work.